Socket
Socket
Sign inDemoInstall

git-semver-tags

Package Overview
Dependencies
Maintainers
8
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 4.0.0 to 4.1.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [4.1.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags@4.0.0...git-semver-tags@4.1.0) (2020-08-12)
### Features
* add support for '--skip-unstable' option ([#656](https://github.com/conventional-changelog/conventional-changelog/issues/656)) ([#656](https://github.com/conventional-changelog/conventional-changelog/issues/656)) ([0679d7a](https://github.com/conventional-changelog/conventional-changelog/commit/0679d7a1d7a8715918326f31ec3f6168c2341fd6))
# [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags@3.0.1...git-semver-tags@4.0.0) (2020-05-08)

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

@@ -8,2 +8,3 @@ 'use strict'

var cmd = 'git log --decorate --no-color'
var unstableTagTest = /.*-\w*\.\d$/

@@ -45,2 +46,8 @@ function lernaTag (tag, pkg) {

var tag = match[1]
if (options.skipUnstable && unstableTagTest.test(tag)) {
// skip unstable tag
continue
}
if (options.lernaTags) {

@@ -47,0 +54,0 @@ if (lernaTag(tag, options.package)) {

4

package.json
{
"name": "git-semver-tags",
"version": "4.0.0",
"version": "4.1.0",
"description": "Get all git semver tags of your repository in reverse chronological order",

@@ -44,3 +44,3 @@ "bugs": {

},
"gitHead": "83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c"
"gitHead": "be1246c68f5dc4e6f28996129951a75bbf1cf307"
}
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