Socket
Socket
Sign inDemoInstall

git-semver-tags

Package Overview
Dependencies
Maintainers
7
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 3.0.0 to 3.0.1

11

CHANGELOG.md

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

## [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)
### Bug Fixes
* add types for cli flags ([#551](https://github.com/conventional-changelog/conventional-changelog/issues/551)) ([bf1d64a](https://github.com/conventional-changelog/conventional-changelog/commit/bf1d64aeaf8f262d4b2beec02d2aebb78df7343b))
# [3.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags@2.0.3...git-semver-tags@3.0.0) (2019-07-29)

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

20

cli.js

@@ -13,4 +13,20 @@ #!/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`
)
--tagPrefix <prefix> prefix to remove from the tags during their processing`,
{
booleanDefault: undefined,
flags: {
cwd: {
type: 'string'
},
lerna: {
type: 'boolean'
},
package: {
type: 'string'
},
tagPrefix: {
type: 'string'
}
}
})

@@ -17,0 +33,0 @@ gitSemverTags({

6

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

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

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

@@ -45,3 +45,3 @@ },

},
"gitHead": "dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4"
"gitHead": "79217815a7ce5f3d3f833961ce9a14bd454e5789"
}
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