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

bump-npm

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bump-npm - npm Package Compare versions

Comparing version 0.0.11 to 0.0.13

6

package.json
{
"name": "bump-npm",
"version": "0.0.11",
"version": "0.0.13",
"description": "bump package version and publish",

@@ -14,3 +14,5 @@ "main": "index.js",

"scripts": {
"patch": "node ./src/pnpm.js publish -r patch"
"patch": "node ./src/pnpm.js publish -r patch",
"minor": "node ./src/pnpm.js publish -r minor",
"major": "node ./src/pnpm.js publish -r major"
},

@@ -17,0 +19,0 @@ "preferGlobal": true,

@@ -75,12 +75,4 @@ #!/usr/bin/env node

}
const { stdout2, stderr2 } = await exec(`npm version ${newVersion} --allow-same-version`);
if (stderr2) {
console.log('published to npm but not git');
} else {
console.log(stdout2);
}
}
run();
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