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 0.0.1 to 1.0.0

2

index.js

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

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

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

{
"name": "git-semver-tags",
"version": "0.0.1",
"description": "Get all git semver tag of your repository in the latest to oldest order",
"version": "1.0.0",
"description": "Get all git semver tag of your repository in reverse chronological order",
"homepage": "https://github.com/stevemao/git-semver-tags",

@@ -26,3 +26,3 @@ "author": {

"meow": "^3.3.0",
"semver": "^4.3.6"
"semver": "^5.0.1"
},

@@ -29,0 +29,0 @@ "devDependencies": {

# [![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 the latest to oldest order
> Get all git semver tag of your repository in reverse chronological order

@@ -5,0 +5,0 @@ *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.

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