Socket
Socket
Sign inDemoInstall

git-semver-tags

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-semver-tags - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -5,3 +5,3 @@ 'use strict';

var regex = /tag:\s*(.+?)[,\)]/gi;
var cmd = 'git log --decorate';
var cmd = 'git log --decorate --no-color';

@@ -8,0 +8,0 @@ module.exports = function(callback) {

{
"name": "git-semver-tags",
"version": "1.1.1",
"description": "Get all git semver tag of your repository in reverse chronological order",
"version": "1.1.2",
"description": "Get all git semver tags of your repository in reverse chronological order",
"homepage": "https://github.com/stevemao/git-semver-tags",

@@ -32,4 +32,4 @@ "author": {

"git-dummy-commit": "^1.1.0",
"istanbul": "^0.3.17",
"jscs": "^1.13.1",
"istanbul": "^0.4.2",
"jscs": "^2.9.0",
"jshint": "^2.8.0",

@@ -36,0 +36,0 @@ "mocha": "*",

# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coveralls-image]][coveralls-url]
> Get all git semver tag of your repository in reverse chronological order
> Get all git semver tags of your repository in reverse chronological order
*Note:* since lightweight tags do not store date information, the date of a semver is the date of the commit that is tagged on. If two semver tags on one commit, the order is not guaranteed.
*Note:* since lightweight tags do not store date information, the date of a tag is the date of the commit that is tagged on. If two tags on one commit, the order is not guaranteed.

@@ -7,0 +7,0 @@

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