npm-safeguard
Download the most popular npm packages and check if they have accidentally published dot files
Roadmap
- get packages from https://www.npmjs.com/browse/star?offset=0
- download the most recent version
- check for dotfiles (for example .idea)
- (automatically) post github issues about it
Usage
const packagesContainIdea=packagesContainIdea;const names=;
Inspiration
- https://github.com/ChALkeR/notes/blob/master/Do-not-underestimate-credentials-leaks.md
- https://github.com/npm/npm/issues/5673
History
0.0.0
- first version, basic checking works