Socket
Socket
Sign inDemoInstall

git-semver-tags

Package Overview
Dependencies
2
Maintainers
7
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 4.0.0

17

CHANGELOG.md

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

# [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)
### Bug Fixes
* **deps:** update yargs-parser to move off a flagged-vulnerable version. ([#635](https://github.com/conventional-changelog/conventional-changelog/issues/635)) ([aafc0f0](https://github.com/conventional-changelog/conventional-changelog/commit/aafc0f00412c3e4b23b8418300e5a570a48fe24d))
* **git-semver-tags:** change --tagPrefix flag to --tag-prefix ([#566](https://github.com/conventional-changelog/conventional-changelog/issues/566)) ([490cda6](https://github.com/conventional-changelog/conventional-changelog/commit/490cda6cff74abe63617f982765b63aebdf3b4b6)), closes [#553](https://github.com/conventional-changelog/conventional-changelog/issues/553)
### BREAKING CHANGES
* **git-semver-tags:** --tagPrefix flag was changed to --tag-prefix
## [3.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags@3.0.0...git-semver-tags@3.0.1) (2019-11-14)

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

2

cli.js

@@ -13,3 +13,3 @@ #!/usr/bin/env node

--package <name> when listing lerna style tags, filter by a package
--tagPrefix <prefix> prefix to remove from the tags during their processing`,
--tag-prefix <prefix> prefix to remove from the tags during their processing`,
{

@@ -16,0 +16,0 @@ booleanDefault: undefined,

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

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

"engines": {
"node": ">=6.9.0"
"node": ">=10"
},

@@ -36,3 +36,3 @@ "files": [

"dependencies": {
"meow": "^5.0.0",
"meow": "^7.0.0",
"semver": "^6.0.0"

@@ -46,3 +46,3 @@ },

},
"gitHead": "79217815a7ce5f3d3f833961ce9a14bd454e5789"
"gitHead": "83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc