🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

conventional-changelog-core

Package Overview
Dependencies
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-core - npm Package Compare versions

Comparing version

to
4.2.4

7

CHANGELOG.md

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

### [4.2.4](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core-v4.2.3...conventional-changelog-core-v4.2.4) (2021-09-09)
### Bug Fixes
* **conventional-commits-parser:** address CVE-2021-23425 ([#841](https://www.github.com/conventional-changelog/conventional-changelog/issues/841)) ([02b3d53](https://www.github.com/conventional-changelog/conventional-changelog/commit/02b3d53a0c142f0c28ee7d190d210c76a62887c2))
### [4.2.3](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core-v4.2.2...conventional-changelog-core-v4.2.3) (2021-07-03)

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

6

lib/merge-config.js

@@ -183,3 +183,7 @@ 'use strict'

context.repository = context.repository || repo.project
context.repoUrl = /undefined/i.exec(browse) ? context.host : browse
if (repo.host && repo.project && repo.user) {
context.repoUrl = browse
} else {
context.repoUrl = context.host
}
}

@@ -186,0 +190,0 @@

2

package.json
{
"name": "conventional-changelog-core",
"version": "4.2.3",
"version": "4.2.4",
"description": "conventional-changelog core",

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