Socket
Socket
Sign inDemoInstall

@shlroland/commitlint-config

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shlroland/commitlint-config - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

./lib/index.js

4

lib/index.js

@@ -21,2 +21,4 @@ "use strict";

confirmCommit: 'Are you sure you want to proceed with the commit above ?',
generatedSelectByAI: '',
generatingByAI: '',
},

@@ -95,3 +97,3 @@ types: [

maxHeaderLength: Infinity,
maxSubjectLength: Infinity,
maxSubjectLength: 80,
minSubjectLength: 0,

@@ -98,0 +100,0 @@ scopeOverrides: undefined,

{
"name": "@shlroland/commitlint-config",
"version": "0.1.2",
"version": "1.0.0",
"description": "",

@@ -17,12 +17,8 @@ "main": "./lib/index.js",

"peerDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1"
"@commitlint/cli": ">=17.6.6",
"@commitlint/config-conventional": ">=17.6.6"
},
"dependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4"
},
"devDependencies": {
"commitizen": "^4.2.4",
"cz-git": "^1.2.8"
"commitizen": "^4.3.0",
"cz-git": "^1.6.1"
},

@@ -29,0 +25,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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