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

bump-cli

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bump-cli - npm Package Compare versions

Comparing version 1.1.3 to 2.0.0-beta

bin/run

99

package.json
{
"name": "bump-cli",
"version": "1.1.3",
"description": "Increments version numbers in files",
"main": "index.js",
"directories": {
"test": "test"
"description": "The Bump CLI is used to interact with your API documentation hosted on Bump by using the API of developers.bump.sh",
"version": "2.0.0-beta",
"author": "Paul Bonaud <paulr@bump.sh>",
"bin": {
"bump": "./bin/run"
},
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/bump-cli.git"
"bugs": "https://github.com/bump-sh/bump-node-cli/issues",
"devDependencies": {
"@oclif/dev-cli": "^1.26.0",
"@oclif/test": "^1.2.8",
"@types/debug": "^4.1.5",
"@types/mocha": "^8.2.2",
"@types/node": "^10.17.56",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"chai": "^4.3.4",
"cross-spawn": "^6.0.5",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"globby": "^10.0.2",
"mocha": "^8.3.2",
"nock": "^13.0.11",
"np": "^7.5.0",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"sinon": "^10.0.0",
"stdout-stderr": "^0.1.13",
"ts-node": "^8.10.2",
"typescript": "^3.9.9"
},
"scripts": {
"test": "mocha"
"engines": {
"node": ">=10.0.0"
},
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://bump.sh",
"keywords": [
"api",
"documentation",
"openapi",
"asyncapi",
"bump",
"cli"
],
"license": "MIT",
"bin": {
"bump": "./bin/bump"
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "bump",
"plugins": [
"@oclif/plugin-help"
]
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
"repository": "bump-sh/bump-node-cli",
"scripts": {
"build": "tsc -b",
"clean": "rm -rf lib oclif.manifest.json",
"lint": "eslint . --ext .ts --config .eslintrc",
"fmt": "eslint . --ext .ts --config .eslintrc --fix",
"pack": "oclif-dev pack",
"postpack": "rm -f oclif.manifest.json",
"prepack": "rm -rf lib && npm run build && oclif-dev manifest && oclif-dev readme",
"pretest": "npm run clean && npm run build && npm run lint",
"publish": "np",
"test": "mocha \"test/**/*.test.ts\"",
"test-coverage": "nyc npm run test",
"test-integration": "node ./test/integration.js",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts",
"dependencies": {
"minimist": "^1.1.0",
"semver": "^3.0.1"
"@apidevtools/json-schema-ref-parser": "^9.0.7",
"@asyncapi/specs": "^2.7.7",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.2",
"axios": "^0.21.1",
"cli-ux": "^5.5.1",
"debug": "^4.3.1",
"oas-schemas": "git+https://git@github.com/OAI/OpenAPI-Specification.git#0f9d3ec7c033fef184ec54e1ffc201b2d61ce023",
"tslib": "^1.14.1"
}
}
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