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

@commitlint/prompt

Package Overview
Dependencies
Maintainers
1
Versions
130
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 3.0.3 to 3.1.0

6

package.json
{
"name": "@commitlint/prompt",
"version": "3.0.3",
"description": "commitizen prompt using .commitlintrc",
"version": "3.1.0",
"description": "commitizen prompt using commitlint.config.js",
"main": "./lib/index.js",

@@ -106,3 +106,3 @@ "scripts": {

"dependencies": {
"@commitlint/core": "^3.0.3",
"@commitlint/core": "^3.1.0",
"babel-polyfill": "^6.23.0",

@@ -109,0 +109,0 @@ "babel-runtime": "^6.23.0",

@@ -1,2 +0,2 @@

> commitizen adapter using .commitlintrc
> commitizen adapter using commitlint.config.js

@@ -13,3 +13,3 @@ # @commitlint/prompt

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

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