Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.0 to 1.1.0

10

cli.js

@@ -21,2 +21,4 @@ #!/usr/bin/env node

console.log(' $ bump --type=minor --git=0');
console.log(' $ bump major');
console.log(' $ bump minor');
}

@@ -48,2 +50,10 @@

}
//direct passing type
if (val === 'major') {
type = 'major';
}
if (val === 'minor') {
type = 'minor';
}
});

@@ -50,0 +60,0 @@

2

package.json
{
"name": "bump-tag",
"version": "1.0.0",
"version": "1.1.0",
"description": "Bump version and add tag",

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

@@ -26,2 +26,4 @@ # bump-tag [![Build Status](https://travis-ci.org/danielhusar/bump-tag.svg)](https://travis-ci.org/danielhusar/bump-tag)

$ bump --type=major --indentation=tab --git=0
$ bump major
$ bump minor
```

@@ -28,0 +30,0 @@

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