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.0 to 1.1.1

4

index.js

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

module.exports = function(callback) {
exec(cmd, function(err, data) {
exec(cmd, {
maxBuffer: Infinity
}, function(err, data) {
if (err) {

@@ -11,0 +13,0 @@ callback(err);

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

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

"lint": "jshint *.js --exclude node_modules && jscs *.js",
"test": "npm run-script lint && mocha"
"test": "npm run-script lint && mocha --timeout 10000"
},

@@ -44,0 +44,0 @@ "bin": {

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