Socket
Socket
Sign inDemoInstall

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 2.1.1 to 4.0.0

cli.mjs

23

package.json
{
"name": "conventional-changelog-cli",
"version": "2.1.1",
"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,16 +34,11 @@ "keywords": [

"engines": {
"node": ">=10"
"node": ">=16"
},
"dependencies": {
"add-stream": "^1.0.0",
"conventional-changelog": "^3.1.24",
"lodash": "^4.17.15",
"meow": "^8.0.0",
"tempfile": "^3.0.0"
"meow": "^12.0.1",
"tempfile": "^5.0.0",
"conventional-changelog": "^5.0.0"
},
"scripts": {
"test-windows": "echo 'make work on windows'"
},
"license": "MIT",
"gitHead": "cc567b98facf71315f4b1620d81ce01d155efaca"
}
"license": "MIT"
}
# conventional-changelog-cli
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coverage-image]][coverage-url]

@@ -34,3 +34,3 @@ > Generate a changelog from git metadata

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.**

@@ -128,3 +128,3 @@

[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli
[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg
[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli
[coverage-image]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=master
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