An open API service indexing awesome lists of open source software.

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.

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