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

cz-conventional-changelog

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cz-conventional-changelog - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.cz.json

6

index.js

@@ -80,9 +80,5 @@ // This can be any kind of SystemJS compatible module.

// By default, we dedent this for you
commit(`${answers.type}(${answers.scope}): ${answers.subject}`.slice(0, 100) + `
` + answers.body.slice(0, 100) + `
` + answers.footer.slice(0, 100));
commit(answers.type + '(' + answers.scope + '): ' + answers.subject.slice(0, 100) + '\n\n' + answers.body.slice(0, 100) + '\n\n' + answers.footer.slice(0, 100));
});
}
}
{
"name": "cz-conventional-changelog",
"version": "1.0.0",
"version": "1.0.1",
"description": "Commitizen adapter following the conventional-changelog format.",

@@ -11,4 +11,3 @@ "main": "index.js",

"license": "MIT",
"dependencies": {
}
"dependencies": {}
}
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