🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-check-updates

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-check-updates

Easily update all of your node dependencies.

latest
npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 24 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts