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 1.0.6 to 1.0.7

2

lib/commands/config.js

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

const changelogOverride = configOverride.changelog;
changelogConfig.changelogConfigcommitTypes = changelogOverride.commitTypes || changelogConfig.changelogConfigcommitTypes;
changelogConfig.commitTypes = changelogOverride.commitTypes || changelogConfig.commitTypes;
changelogConfig.commitScopes = changelogOverride.commitScopes || changelogConfig.commitScopes;

@@ -32,0 +32,0 @@ changelogConfig.commitIgnoreRegexPattern = changelogOverride.commitIgnoreRegexPattern || changelogConfig.commitIgnoreRegexPattern;

{
"name": "git-conventional-commits",
"version": "1.0.6",
"version": "1.0.7",
"description": "git conventional commits util",

@@ -15,8 +15,8 @@ "licence": "MIT",

"dependencies": {
"yargs": "^14.0.0",
"execa": "^2.0.3"
"execa": "^4.0.3",
"yargs": "^15.4.1"
},
"devDependencies": {
"jest": "^24.8.0",
"tmp-promise": "^2.0.2"
"jest": "^26.1.0",
"tmp-promise": "^3.0.2"
},

@@ -23,0 +23,0 @@ "bin": {

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