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

git-conventional-commits

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-conventional-commits - npm Package Compare versions

Comparing version 2.6.4 to 2.6.5

2

lib/commands/commandChangelog.js

@@ -65,3 +65,3 @@ const Config = require("./config");

commitScopes: config.changelog.commitScopes,
commitIgnoreRegexPattern: config.changelog.commitIgnoreRegex(),
commitIgnoreRegex: new RegExp(config.changelog.commitIgnoreRegexPattern, "m")
});

@@ -68,0 +68,0 @@

@@ -82,3 +82,3 @@ const fs = require("fs");

commitScopes: null,
commitIgnoreRegexPattern: null,
commitIgnoreRegexPattern: "^WIP ",
headlines: {

@@ -85,0 +85,0 @@ "feat": "Features",

{
"name": "git-conventional-commits",
"version": "2.6.4",
"version": "2.6.5",
"description": "git conventional commits util",

@@ -18,3 +18,3 @@ "licence": "GPLv3",

"devDependencies": {
"jest": "^28.1.3",
"jest": "^29.5.0",
"tmp-promise": "^3.0.3"

@@ -21,0 +21,0 @@ },

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