Socket
Socket
Sign inDemoInstall

git-semver-tags

Package Overview
Dependencies
Maintainers
4
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 7.0.0 to 7.0.1

2

index.js

@@ -5,3 +5,3 @@ const { exec } = require('child_process')

const regex = /tag:\s*(.+?)[,)]/gi
const cmd = 'git log --decorate --no-color'
const cmd = 'git log --decorate --no-color --date-order'
const unstableTagTest = /.+-\w+\.\d+$/

@@ -8,0 +8,0 @@

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

@@ -5,0 +5,0 @@ "bugs": {

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