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

@commitlint/parse

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/parse - npm Package Compare versions

Comparing version 17.2.0 to 17.4.0

2

lib/index.js

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

const defaultOpts = (await defaultChangelogOpts).parserOpts;
const opts = Object.assign(Object.assign({}, defaultOpts), (parserOpts || {}));
const opts = Object.assign(Object.assign(Object.assign({}, defaultOpts), (parserOpts || {})), { fieldPattern: null });
const parsed = parser(message, opts);

@@ -10,0 +10,0 @@ parsed.raw = message;

{
"name": "@commitlint/parse",
"version": "17.2.0",
"version": "17.4.0",
"description": "Lint your commit messages",

@@ -38,11 +38,11 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/test": "^17.2.0",
"@commitlint/utils": "^17.0.0"
"@commitlint/test": "^17.4.0",
"@commitlint/utils": "^17.4.0"
},
"dependencies": {
"@commitlint/types": "^17.0.0",
"@commitlint/types": "^17.4.0",
"conventional-changelog-angular": "^5.0.11",
"conventional-commits-parser": "^3.2.2"
},
"gitHead": "a2fab85ec0668b112f43073c766a2a8545a55497"
"gitHead": "7b0f7e805818944ab9fa42c52b6858211bbf2a66"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc