Byline:

Check for outdated, incorrect, and unused dependencies

Key links

Use in CI:

When updates are required it will return a non-zero response code that you can use in your CI tools

Installation

$ npm install -g npm-check

Usage

Check what can be updated:

$ npm-check

Interactive update:

$ npm-check -u

Upgrade all:

$ npm-check -y

Global:

$ npm-check -g