npm-safeguard

0.0.0 • Public • Published

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

Package Sidebar

Install

npm i npm-safeguard

Weekly Downloads

2

Version

0.0.0

License

MIT

Last publish

Collaborators

  • rom1504