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

git-tag-version

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-tag-version - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

bin/cli.js

3

package.json
{
"name": "git-tag-version",
"description": "Calculate project version from git tags.",
"version": "1.2.0",
"version": "1.3.0",
"homepage": "https://github.com/bushee/git-tag-version",

@@ -28,2 +28,3 @@ "author": {

"main": "src/git-tag-version.js",
"bin": "bin/cli.js",
"scripts": {

@@ -30,0 +31,0 @@ "test": "grunt test"

@@ -66,3 +66,10 @@ # git-tag-version

### CLI
An npm cli task is also available; it's options are exactly the same as JS version.
```bash
git-tag-version [--uniqueSnapshot | --unique-snapshot]
```
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
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