Socket
Socket
Sign inDemoInstall

@commitlint/parse

Package Overview
Dependencies
20
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 18.4.0 to 18.4.3

3

lib/index.js

@@ -7,3 +7,4 @@ "use strict";

async function parse(message, parser = sync, parserOpts) {
const defaultOpts = (await defaultChangelogOpts).parserOpts;
const preset = await defaultChangelogOpts();
const defaultOpts = preset.parserOpts;
const opts = Object.assign(Object.assign(Object.assign({}, defaultOpts), { fieldPattern: null }), (parserOpts || {}));

@@ -10,0 +11,0 @@ const parsed = parser(message, opts);

{
"name": "@commitlint/parse",
"version": "18.4.0",
"version": "18.4.3",
"description": "Lint your commit messages",

@@ -39,10 +39,10 @@ "main": "lib/index.js",

"@commitlint/test": "^18.0.0",
"@commitlint/utils": "^18.4.0"
"@commitlint/utils": "^18.4.3"
},
"dependencies": {
"@commitlint/types": "^18.4.0",
"conventional-changelog-angular": "^6.0.0",
"@commitlint/types": "^18.4.3",
"conventional-changelog-angular": "^7.0.0",
"conventional-commits-parser": "^5.0.0"
},
"gitHead": "0546cd735eceada6470c9d5c544c7f5c450b87e3"
"gitHead": "970b806bdd338e8b3e4529f21f20e795e66cd48f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc