0.1.9 • Published 2 months ago

node-check-updates v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

node-check-updates

Easily update all of your Node.js dependencies to the latest compatible versions.

Description

node-check-updates is a command-line tool inspired by npm-check-updates, but with a key difference. It checks all your Node.js project dependencies and lets you know which ones are out of date. However, unlike npm-check-updates, node-check-updates ensures that the updated versions are compatible with your project. It color-codes the output for easy reading: current versions are shown in red if an update is available, and the latest compatible versions are shown in green. If an update is not available, both the current and latest versions are shown in green.

Usage

You can run node-check-updates directly with npx without installing it:

npx node-check-updates

See it in action!

Screenshot

0.1.9

2 months ago

0.1.8

2 months ago

0.1.7

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.4

2 months ago

0.1.3

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.0

2 months ago