New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

manage-version

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manage-version - npm Package Compare versions

Comparing version 0.0.13 to 0.1.0

.babelrc

15

package.json
{
"name": "manage-version",
"version": "0.0.13",
"version": "0.1.0",
"description": "Node command line tool for updating package.json version",

@@ -8,3 +8,4 @@ "main": "index.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --compilers js:babel-core/register",
"test:watch": "mocha --compilers js:babel-core/register -w"
},

@@ -24,4 +25,14 @@ "repository": {

"commander": "^2.9.0",
"github": "^7.3.2",
"ramda": "^0.23.0",
"semver": "^5.3.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7"
}
}
# Manage Version
A node command line tool for managing the version of a package.json using node semver package.
[![Master
Status](https://circleci.com/gh/procore/manage-version.png?circle-token=)](https://circleci.com/gh/procore/manage-version/tree/master)
A node command line tool for managing the version of a package.json.

@@ -17,3 +19,16 @@ ## Command

-h, --help output usage information
-b, --branch <branch> source branch for evaluating next version
-b, --branch [branch] source branch for evaluating next version
-t, --token [access token] access token used for github
-o --owner [owner] owner of github repo
-r, --repo [repo] github repo
-n, --number [pr number] number of pull request
```
#### Examples
```bash
manage-version update minor
```
```bash
manage-version update github -o procore -r manage-version -t $GITHUB_TOKEN -n ${CIRCLE_PULL_REQUEST##*/}
```
src/update.js

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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