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

@commitlint/prompt

Package Overview
Dependencies
Maintainers
4
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/prompt - npm Package Compare versions

Comparing version 9.0.1 to 9.1.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [9.1.0](https://github.com/conventional-changelog/commitlint/compare/v9.0.1...v9.1.0) (2020-06-21)
### Bug Fixes
* update dependency chalk to v4 ([#1275](https://github.com/conventional-changelog/commitlint/issues/1275)) ([a5d8fa1](https://github.com/conventional-changelog/commitlint/commit/a5d8fa118e8221361f14f5fd2b21d7aaad008a27))
## [9.0.1](https://github.com/conventional-changelog/commitlint/compare/v9.0.0...v9.0.1) (2020-05-26)

@@ -8,0 +19,0 @@

14

package.json
{
"name": "@commitlint/prompt",
"version": "9.0.1",
"version": "9.1.0",
"description": "commitizen prompt using commitlint.config.js",

@@ -53,11 +53,11 @@ "main": "./lib/index.js",

"@babel/core": "^7.7.7",
"@commitlint/utils": "^9.0.1",
"@commitlint/utils": "^9.1.0",
"babel-preset-commitlint": "^9.0.1",
"commitizen": "3.1.2",
"cross-env": "7.0.0"
"commitizen": "4.1.2",
"cross-env": "7.0.2"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@commitlint/load": "^9.0.1",
"chalk": "^3.0.0",
"@commitlint/load": "^9.1.0",
"chalk": "^4.0.0",
"lodash": "^4.17.15",

@@ -67,3 +67,3 @@ "throat": "^5.0.0",

},
"gitHead": "7ff3f2902bcaa8b93b653a0af25c811d12ae0dc1"
"gitHead": "c9f5c5cb3f995362c760308f114b6319c0e55ce3"
}

@@ -12,3 +12,3 @@ > commitizen adapter using commitlint.config.js

```bash
npm install --save-dev @commitlint/prompt @commitlint/config-angular commitizen
npm install --save-dev @commitlint/prompt @commitlint/config-conventional commitizen
echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commitlint.config.js

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