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

vc

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vc - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

14

package.json
{
"name": "vc",
"description": "Change the version of a package.json.",
"version": "0.1.0",
"homepage": "https://github.com/lepture/vc",
"version": "0.1.1",
"homepage": "https://github.com/lepture/node-vc",
"repository": {
"type": "git",
"url": "git://github.com/lepture/vc.git"
"url": "git://github.com/lepture/node-vc.git"
},
"bugs": {
"url": "https://github.com/lepture/vc/issues"
"url": "https://github.com/lepture/node-vc/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lepture/vc/blob/master/LICENSE-MIT"
"type": "MIT"
}

@@ -24,4 +23,5 @@ ],

"keywords": [
"version", "package.json"
"version",
"package.json"
]
}

@@ -15,4 +15,14 @@ # vc

It is pretty easy:
It is pretty easy.
Get the help menu:
$ vc -h
Show current version:
$ vc
Set a new version:
$ vc 1.0.0

@@ -22,4 +32,8 @@

**2013-03-21** `0.1.1`
Add `-p` option.
**2013-03-21** `0.1.0`
First version.

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