sos-dep-checker

0.0.1 • Public • Published

🆘 sos-dep-checker

Command-line tool to detect bugs in your dependencies versions.

Detect bugs in your dependencies based on Semver.

The ideal case is you update your dependencies to last version but sometimes is hard because include breaking changes and maybe you do not want include new features. Anyway you should update your dependencies at least to last patch version.

Note: PATCH version when you make backwards-compatible bug fixes.

Install

$ npm install sos-dep-checker -g

Usage

Go to the root folder of your project, where your package.json is and run:

$ sos-dep-checker

There are some options available:

Use --env prod to only check dependencies

$ sos-dep-checker --env prod

Use --env dev to only check devDependencies

$ sos-dep-checker --env dev

As well you can add the option --only-bugs to show only bugs.

If you run it with no options, sos-dep-checker will check all.

Suggestions

If you want to check outdate dependencies check this tool: esdeps

Screenshots

Command sos-dep-checker, sos-dep-checker --env prod:

sos-dep-checker

Command sos-dep-checker --env prod --only-bugs:

sos-dep-checker --env prod --only-bugs

Package Sidebar

Install

npm i sos-dep-checker

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bernardosecades