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.2 to 1.0.3

62

package.json
{
"name": "bump-package-versions",
"version": "1.0.2",
"description": "Bump the version of multiple package.json and package-lock.json files with one command",
"main": "./index.mjs",
"bin": "./index.mjs",
"scripts": {
"start": "node ./index.mjs --part patch --strategy=highest ./package.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bump",
"version",
"package.json",
"package-lock.json",
"versions",
"single",
"command",
"major",
"minor",
"patch",
"newest",
"separate"
],
"author": "Bert Verhelst",
"license": "MIT",
"dependencies": {
"yargs": "^17.6.2"
},
"engines": {
"node": ">=14"
}
"name": "bump-package-versions",
"version": "1.0.3",
"description": "Bump the version of multiple package.json and package-lock.json files with one command",
"main": "./index.mjs",
"bin": "./index.mjs",
"scripts": {
"start": "node ./index.mjs --part patch --strategy=highest ./package.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bump",
"version",
"package.json",
"package-lock.json",
"versions",
"single",
"command",
"major",
"minor",
"patch",
"newest",
"separate"
],
"author": "Bert Verhelst",
"license": "MIT",
"dependencies": {
"yargs": "^17.6.2"
},
"engines": {
"node": ">=14"
}
}

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