New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bump-tag

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

bump-tag - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

cli.js

@@ -50,2 +50,3 @@ #!/usr/bin/env node

pkg.version = semver.inc(pkg.version, type);
fs.writeFileSync(process.cwd() + '/package.json', JSON.stringify(pkg, null, indentation));
if(git){

@@ -57,3 +58,2 @@ exec('git tag ' + pkg.version, puts);

}
fs.writeFileSync(process.cwd() + '/package.json', JSON.stringify(pkg, null, indentation));
} catch(e) {

@@ -60,0 +60,0 @@ console.warn('Error:', e);

{
"name": "bump-tag",
"version": "0.0.2",
"version": "0.0.3",
"description": "Bump version and add tag",

@@ -5,0 +5,0 @@ "keywords": [

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