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.2 to 1.0.3

1

lib/commands/commandCommitMessageHook.js

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

exports.handler = async function(argv) {
console.log(JSON.stringify(argv, null, 2))
const convention = Config.load(argv.config).convention;

@@ -23,0 +22,0 @@ const commitConvention = new CommitConvention(convention);

2

lib/gitCommitConvention.js

@@ -55,3 +55,3 @@ const Git = require("./git");

} else {
version.patch++
version.patch++;
}

@@ -58,0 +58,0 @@

{
"name": "git-conventional-commits",
"version": "1.0.2",
"version": "1.0.3",
"description": "git conventional commits util",

@@ -5,0 +5,0 @@ "licence": "MIT",

@@ -8,3 +8,3 @@ # Git Conventional Changelog Generator

### Install
`npm install git-conventional-commits`
`npm install --global git-conventional-commits`

@@ -11,0 +11,0 @@ ### Commands

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