Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conventional-commits-parser

Package Overview
Dependencies
Maintainers
6
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-commits-parser - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

11

CHANGELOG.md

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

## [3.0.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser@3.0.7...conventional-commits-parser@3.0.8) (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.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser@3.0.6...conventional-commits-parser@3.0.7) (2019-11-07)

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

27

cli.js

@@ -46,21 +46,34 @@ #!/usr/bin/env node

'header-pattern': {
alias: `p`
alias: 'p',
type: 'string'
},
'header-correspondence': {
alias: `c`
alias: 'c',
type: 'string'
},
'reference-actions': {
alias: `r`
alias: 'r',
type: 'string'
},
'issue-prefixes': {
alias: `i`
alias: 'i',
type: 'string'
},
'note-keywords': {
alias: `n`
alias: 'n',
type: 'string'
},
'field-pattern': {
alias: `f`
alias: 'f',
type: 'string'
},
'revert-pattern': {
type: 'string'
},
'revert-correspondence': {
type: 'string'
},
verbose: {
alias: `v`
alias: 'v',
type: 'boolean'
}

@@ -67,0 +80,0 @@ }

{
"name": "conventional-commits-parser",
"version": "3.0.7",
"version": "3.0.8",
"description": "Parse raw conventional commits",

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

"lodash": "^4.17.15",
"meow": "^4.0.0",
"meow": "^5.0.0",
"split2": "^2.0.0",

@@ -51,3 +51,3 @@ "through2": "^3.0.0",

},
"gitHead": "741e90744cdb58e82e71feb36018047d7baca768"
"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