https://github.com/alexeyraspopov/npm-shrink
Make sure you don't use unreliable packages. Help people with contributing in their projects.
https://github.com/alexeyraspopov/npm-shrink
Last synced: about 1 month ago
JSON representation
Make sure you don't use unreliable packages. Help people with contributing in their projects.
- Host: GitHub
- URL: https://github.com/alexeyraspopov/npm-shrink
- Owner: alexeyraspopov
- Created: 2016-03-23T10:12:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T10:49:59.000Z (about 9 years ago)
- Last Synced: 2025-03-18T03:12:31.355Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-shrink
Utility that looks for possibly unreliable dependencies.
Currently `npm-shrink` finds only packages with `0.0.x` (patch) version. See roadmap for more.
## Install
npm install npm-shrink -g
## Usage
npm-shrink [email protected]
Console output:
Package: '[email protected]'
Branch:
[ '[email protected]', '[email protected]' ]Package: '[email protected]'
Branch:
[ '[email protected]', '[email protected]', '[email protected]' ]Package: '[email protected]'
Branch:
[ '[email protected]',
'[email protected]',
'[email protected]' ]Package: '[email protected]'
Branch:
[ '[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]' ]## Roadmap
* Work with local packages
* More warnings
* Package is 0.x.y and has only one contributor
* Package is outdated
* User interface## License
MIT