NPM, Node.js - Command line tool to detect bugs in your js dependencies
Introduction
Command-line tool to detect bugs in your dependencies versions: sos-dep-checker
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.
I have created a package in npm
, you can see here: sos-dep-checker
Install
1
npm install sos-dep-checker -g
Usage
Go to the root folder of your project, where your package.json is and run:
1
sos-dep-checker
Example Output:
See more details in github repository: sos-dep-checker