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

bump-package-versions

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bump-package-versions - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "bump-package-versions",
"version": "1.0.1",
"version": "1.0.2",
"description": "Bump the version of multiple package.json and package-lock.json files with one command",

@@ -5,0 +5,0 @@ "main": "./index.mjs",

@@ -20,5 +20,5 @@ # bump-package-versions

result:
* ./package.json 1.0.0 => 5.2.1
* ./client/package.json 2.3.4 => 5.2.1
* ./server/package.json 5.2.0 => 5.2.1
* ./package.json `1.0.0` => `5.2.1`
* ./client/package.json `2.3.4` => `5.2.1`
* ./server/package.json `5.2.0` => `5.2.1`

@@ -32,5 +32,5 @@ ### Bump each of the package.json files minor version separately

result:
* ./package.json 1.0.0 => 1.1.0
* ./client/package.json 2.3.4 => 2.4.0
* ./server/package.json 5.2.0 => 5.3.0
* ./package.json `1.0.0` => `1.1.0`
* ./client/package.json `2.3.4` => `2.4.0`
* ./server/package.json `5.2.0` => `5.3.0`

@@ -50,4 +50,6 @@ ## Options

-h, --help Show help [boolean]
--version Show version number [boolean]
![syntax-diagram.png](https://github.com/bertyhell/bump-package-versions/blob/master/syntax-diagram.png?raw=true)

Sorry, the diff of this file is not supported yet

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