npm-safeguard

Download the most popular npm packages and check if they have accidentally published dot files

Usage no npm install needed!

<script type="module">
  import npmSafeguard from 'https://cdn.skypack.dev/npm-safeguard';
</script>

README

npm-safeguard

Download the most popular npm packages and check if they have accidentally published dot files

Roadmap

  1. get packages from https://www.npmjs.com/browse/star?offset=0
  2. download the most recent version
  3. check for dotfiles (for example .idea)
  4. (automatically) post github issues about it

Usage

const packagesContainIdea=require('./').packagesContainIdea;
const names=require('all-the-package-names');

packagesContainIdea(names.filter(name => name.includes('prismarine')))
.then(console.log)

Inspiration

History

0.0.0

  • first version, basic checking works