Socket
Socket
Sign inDemoInstall

npm-check-updates

Package Overview
Dependencies
Maintainers
2
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-check-updates

Find newer versions of dependencies than what your package.json allows


Version published
Weekly downloads
412K
increased by0.39%
Maintainers
2
Weekly downloads
 
Created

What is npm-check-updates?

npm-check-updates is a command-line tool that allows you to find and update outdated npm dependencies in your project. It helps you keep your project dependencies up-to-date by checking for newer versions and updating your package.json file accordingly.

What are npm-check-updates's main functionalities?

Check for outdated dependencies

This command checks for any outdated dependencies in your project and lists them along with the latest versions available.

ncu

Update package.json with latest versions

This command updates your package.json file with the latest versions of all dependencies.

ncu -u

Interactive mode

This command runs npm-check-updates in interactive mode, allowing you to selectively choose which dependencies to update.

ncu -i

Filter dependencies

This command filters the dependencies to check for updates only within a specific scope or matching a specific pattern.

ncu '/^@my-scope/'

Upgrade specific dependencies

This command checks for updates and upgrades only the specified dependency (e.g., lodash).

ncu lodash

Other packages similar to npm-check-updates

Keywords

FAQs

Package last updated on 17 Sep 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc