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

conventional-changelog-cli

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-cli - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

cli.mjs

19

package.json
{
"name": "conventional-changelog-cli",
"version": "3.0.0",
"version": "4.0.0",
"description": "Generate a changelog from git metadata",

@@ -19,6 +19,6 @@ "bugs": {

"bin": {
"conventional-changelog": "cli.js"
"conventional-changelog": "cli.mjs"
},
"files": [
"cli.js"
"cli.mjs"
],

@@ -34,14 +34,11 @@ "keywords": [

"engines": {
"node": ">=14"
"node": ">=16"
},
"dependencies": {
"add-stream": "^1.0.0",
"conventional-changelog": "^4.0.0",
"meow": "^8.1.2",
"tempfile": "^3.0.0"
"meow": "^12.0.1",
"tempfile": "^5.0.0",
"conventional-changelog": "^5.0.0"
},
"license": "MIT",
"scripts": {
"test-windows": "echo 'make work on windows'"
}
"license": "MIT"
}

@@ -34,3 +34,3 @@ # conventional-changelog-cli

To fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**
To fully customize the tool, please checkout [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**

@@ -37,0 +37,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