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.0.0 to 1.1.0

2

index.js

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

var regex = /tag:\s*(.+?)[,\)]/gi;
var cmd = 'git log --tags --simplify-by-decoration --pretty=format:"%d"';
var cmd = 'git log --decorate';

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

{
"name": "git-semver-tags",
"version": "1.0.0",
"version": "1.1.0",
"description": "Get all git semver tag of your repository in reverse chronological order",

@@ -22,3 +22,4 @@ "homepage": "https://github.com/stevemao/git-semver-tags",

"tag",
"git-tag"
"git-tag",
"git"
],

@@ -31,2 +32,3 @@ "dependencies": {

"coveralls": "^2.11.2",
"git-dummy-commit": "^1.1.0",
"istanbul": "^0.3.17",

@@ -33,0 +35,0 @@ "jscs": "^1.13.1",

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