New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

upgrade-deps

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

upgrade-deps

CLI for automating updating package.json dependencies

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
6
100%
Maintainers
1
Weekly downloads
 
Created
Source

upgrade-deps

npm version

Minimal CLI for automating upgrading package.json dependencies

Features:

  • updates package.json to use latest exact versions within same major release for dependencies + devDependencies
  • parallelizes as much as possible so it's blazing fast
  • code is minimal so it's easy to audit
  • can upgrade npm dependencies
  • can upgrade private dependencies in private git repos by cloning an ephemeral copy of the repo to ~/.upgrade-deps/ using your local git CLI

Usage

Usage: npx upgrade-deps [options]

CLI for automating upgrading package.json dependencies. Semver prefixes will be stripped in favor of using exact versions.

Options:
  -v, --version   output the version
  -b, --breaking  include breaking/major version upgrades
  -d, --dry-run   just print which packages are out of date
  -h, --help      display help for command

npx

npx upgrade-deps

Keywords

npm

FAQs

Package last updated on 05 Nov 2022

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