Socket
Socket
Sign inDemoInstall

git-latest-semver-tag

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-latest-semver-tag


Version published
Weekly downloads
4.6K
decreased by-42.79%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

NPM version Build Status Dependency Status Coverage Status

Get the most recent git semver tag of your repository

Install

$ npm install --save git-latest-semver-tag

Usage

var gitLatestSemverTag = require('git-latest-semver-tag');

gitLatestSemverTag(function(err, tag) {
  console.log(tag);
  //=> 'v1.0.0'
});
$ npm install --global git-latest-semver-tag
$ git-latest-semver-tag
v1.0.0

License

MIT © Steve Mao

Keywords

FAQs

Last updated on 28 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc