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

version-bump-prompt

Package Overview
Dependencies
Maintainers
2
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 5.0.5 to 5.0.6

2

lib/operation.d.ts

@@ -35,3 +35,3 @@ import { NormalizedOptions } from "./normalize-options";

*/
readonly results: VersionBumpResults;
get results(): VersionBumpResults;
/**

@@ -38,0 +38,0 @@ * The callback that's used to report the progress of the operation.

{
"name": "version-bump-prompt",
"version": "5.0.5",
"version": "5.0.6",
"description": "Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git",

@@ -28,3 +28,3 @@ "keywords": [

"main": "lib/index.js",
"types": "lib/index.d.js",
"types": "lib/index.d.ts",
"bin": {

@@ -45,4 +45,4 @@ "bump": "bin/bump.js"

"test": "mocha && npm run lint",
"coverage": "nyc mocha",
"upgrade": "npm-check -u",
"coverage": "nyc node_modules/mocha/bin/mocha",
"upgrade": "npm-check -u && npm audit fix",
"bump": "node bin/bump.js --tag --push --all",

@@ -52,3 +52,3 @@ "release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"

"devDependencies": {
"@types/chai": "^4.2.0",
"@types/chai": "^4.2.4",
"@types/command-line-args": "^5.0.0",

@@ -58,19 +58,19 @@ "@types/globby": "^9.1.0",

"@types/mocha": "^5.2.7",
"@types/node": "^12.7.2",
"@types/semver": "^6.0.1",
"@types/node": "^12.12.7",
"@types/semver": "^6.2.0",
"chai": "^4.2.0",
"chai-exec": "^1.1.1",
"coveralls": "^3.0.6",
"chai-exec": "^1.1.2",
"coveralls": "^3.0.7",
"del": "^5.1.0",
"eslint": "^6.2.2",
"eslint-config-modular": "^7.0.0",
"eslint": "^6.6.0",
"eslint-config-modular": "^7.0.1",
"mkdirp": "^0.5.1",
"mocha": "^6.2.0",
"mocha": "^6.2.2",
"npm-check": "^5.9.0",
"nyc": "^14.1.1",
"shx": "^0.3.2",
"strip-ansi": "^5.2.0",
"tslint": "^5.19.0",
"tslint-modular": "^1.5.0",
"typescript": "^3.5.3",
"strip-ansi": "^6.0.0",
"tslint": "^5.20.1",
"tslint-modular": "^1.6.0",
"typescript": "^3.7.2",
"typescript-tslint-plugin": "^0.5.4"

@@ -82,3 +82,3 @@ },

"detect-newline": "^3.0.0",
"ez-spawn": "^2.1.3",
"ez-spawn": "^2.1.6",
"globby": "^10.0.1",

@@ -85,0 +85,0 @@ "inquirer": "^7.0.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