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

version-bump-prompt

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

version-bump-prompt - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

21

package.json
{
"name": "version-bump-prompt",
"version": "1.7.1",
"version": "1.7.2",
"description": "Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git",

@@ -29,3 +29,4 @@ "keywords": [

"upgrade": "npm-check -u",
"release": "npm run upgrade && npm run build && npm test && node bin/bump.js --prompt --tag --push --all",
"bump": "node bin/bump.js --prompt --tag --push --all",
"release": "npm run upgrade && npm run build && npm test && npm run bump && npm publish",
"semver": "semver"

@@ -39,9 +40,9 @@ },

"chai": "^3.2.0",
"coveralls": "^2.11.4",
"coveralls": "^2.11.14",
"jscs": "^3.0.7",
"jshint": "^2.8.0",
"lodash": "^4.15.0",
"mocha": "^3.0.2",
"npm-check": "^5.2.3",
"sinon": "^1.16.1"
"lodash": "^4.16.4",
"mocha": "^3.1.1",
"npm-check": "^5.4.0",
"sinon": "^1.17.6"
},

@@ -52,5 +53,5 @@ "dependencies": {

"detect-indent": "^4.0.0",
"es6-promise": "^3.0.2",
"glob": "^7.0.6",
"inquirer": "^1.1.3",
"es6-promise": "^4.0.5",
"glob": "^7.1.1",
"inquirer": "^1.2.1",
"log-symbols": "^1.0.2",

@@ -57,0 +58,0 @@ "semver": "^5.0.3",

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