0.0.0 • Published 8 years ago

npm-safeguard v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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