version-bump-prompt
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "version-bump-prompt", | ||
"version": "1.1.0", | ||
"description": "Automatically (or with prompts) bump your version number, GIT tag, and GIT push", | ||
"keywords": [ | ||
"version", | ||
"bump", | ||
"npm", | ||
"node", | ||
"bower", | ||
"package", | ||
"tag", | ||
"push", | ||
"prompt" | ||
], | ||
"scripts": { | ||
"release": "npm-check-updates -u && npm update && bump --prompt --tag --push --all" | ||
}, | ||
"main": "index.js", | ||
"bin": { | ||
"bump": "./bump.js" | ||
}, | ||
"license": "MIT", | ||
"author": "Alexey Raspopov (https://github.com/alexeyraspopov)", | ||
"homepage": "https://github.com/BigstickCarpet/version-bump-prompt", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/BigstickCarpet/version-bump-prompt.git" | ||
}, | ||
"dependencies": { | ||
"child-process-promise": "^1.0.2", | ||
"commander": "^2.8.0", | ||
"detect-indent": "^3.0.1", | ||
"inquirer": "^0.8.2", | ||
"multiline": "^1.0.2", | ||
"semver": "^4.3.3" | ||
}, | ||
"devDependencies": { | ||
"npm-check-updates": "^1.5.1", | ||
"version-bump-prompt": "^1.0.1" | ||
} | ||
"name": "version-bump-prompt", | ||
"version": "1.2.0", | ||
"description": "Automatically (or with prompts) bump your version number, GIT tag, and GIT push", | ||
"keywords": [ | ||
"version", | ||
"bump", | ||
"npm", | ||
"node", | ||
"bower", | ||
"package", | ||
"tag", | ||
"push", | ||
"prompt" | ||
], | ||
"scripts": { | ||
"semver": "semver", | ||
"test": "mocha --recursive tests", | ||
"build": "jshint . --verbose && jscs . --verbose", | ||
"update-deps": "npm-check-updates -u && npm update", | ||
"release": "npm run update-deps && npm test && bump --prompt --tag --push --all && npm publish" | ||
}, | ||
"main": "lib/index.js", | ||
"bin": { | ||
"bump": "bin/bump.js" | ||
}, | ||
"license": "MIT", | ||
"contributors": [ | ||
"Alexey Raspopov (https://github.com/alexeyraspopov)", | ||
"James Messinger (http://JamesMessinger.com)" | ||
], | ||
"homepage": "https://github.com/BigstickCarpet/version-bump-prompt", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/BigstickCarpet/version-bump-prompt.git" | ||
}, | ||
"dependencies": { | ||
"child-process-promise": "^1.0.2", | ||
"commander": "^2.8.1", | ||
"detect-indent": "^3.0.1", | ||
"inquirer": "^0.8.3", | ||
"semver": "^4.3.4" | ||
}, | ||
"devDependencies": { | ||
"chai": "^2.3.0", | ||
"jscs": "^1.13.1", | ||
"jshint": "^2.7.0", | ||
"lodash": "^3.8.0", | ||
"mocha": "^2.2.4", | ||
"npm-check-updates": "^1.5.1", | ||
"version-bump-prompt": "^1.1.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
5
162
16541
7
5
40
1
- Removedmultiline@^1.0.2
- Removedmultiline@1.0.2(transitive)
- Removedstrip-indent@1.0.1(transitive)
Updatedcommander@^2.8.1
Updatedinquirer@^0.8.3
Updatedsemver@^4.3.4