Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-auto-packages-updater

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-auto-packages-updater

updates the packages inside package json to their latest version

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Auto Package Updater

Auto Package Updater is a command-line tool that automates the process of updating npm packages within the package.json file. It updates both dependencies and dev dependencies to their latest versions.

Usage

To run the Auto Package Updater, use the following command:

npx npm-auto-packages-updater path-to-package.json [excludeDev]

You can optionally pass the excludeDev arguement to skip updating the dev dependencies.

Installation

Auto Package Updater can be used directly using npx, without the need for a separate installation step.

Example

Update packages in a specific directory:

npx npm-auto-packages-updater ./path-to-package.json

Exclude dev dependencies:

npx npm-auto-packages-updater ./path-to-package.json excludeDev

Notes

The tool only updates the version numbers in the package.json file; it does not install or uninstall any packages.

It is recommended to review the changes made by the tool and test your application thoroughly after updating packages.

github link

Author

Lhon Rafaat Mohammed

Keywords

FAQs

Package last updated on 23 Dec 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