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 3.1.0 to 3.1.1

14

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

@@ -45,9 +45,9 @@ "keywords": [

"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.13.0",
"chai": "^4.0.1",
"coveralls": "^2.13.1",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-modular": "^3.0.0",
"mocha": "^3.2.0",
"npm-check": "^5.4.0"
"eslint-config-modular": "^4.0.0",
"mocha": "^3.4.2",
"npm-check": "^5.4.4"
},

@@ -59,3 +59,3 @@ "dependencies": {

"detect-indent": "^5.0.0",
"glob": "^7.1.1",
"glob": "^7.1.2",
"inquirer": "^3.0.6",

@@ -62,0 +62,0 @@ "log-symbols": "^1.0.2",

@@ -18,3 +18,3 @@ # Version-Bump-Prompt

* Optionally prompt for the type of version bump (major, minor, revision, beta, etc.)
* Bump the version number in all of your JSON manifets, including:
* Bump the version number in all of your JSON manifests, including:
- `package.json`

@@ -21,0 +21,0 @@ - `bower.json`

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