You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@commitlint/cli

Package Overview
Dependencies
Maintainers
4
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/cli - npm Package Compare versions

Comparing version
20.3.1
to
20.4.0
+10
-10
package.json
{
"name": "@commitlint/cli",
"type": "module",
"version": "20.3.1",
"version": "20.4.0",
"description": "Lint your commit messages",

@@ -42,20 +42,20 @@ "files": [

"devDependencies": {
"@commitlint/test": "^20.0.0",
"@commitlint/test": "^20.4.0",
"@commitlint/utils": "^20.0.0",
"@types/lodash.merge": "^4.6.8",
"@types/lodash.mergewith": "^4.6.8",
"@types/node": "^18.19.17",
"@types/yargs": "^17.0.29",
"fs-extra": "^11.0.0",
"lodash.merge": "^4.6.2"
"lodash.mergewith": "^4.6.2"
},
"dependencies": {
"@commitlint/format": "^20.3.1",
"@commitlint/lint": "^20.3.1",
"@commitlint/load": "^20.3.1",
"@commitlint/read": "^20.3.1",
"@commitlint/types": "^20.3.1",
"@commitlint/format": "^20.4.0",
"@commitlint/lint": "^20.4.0",
"@commitlint/load": "^20.4.0",
"@commitlint/read": "^20.4.0",
"@commitlint/types": "^20.4.0",
"tinyexec": "^1.0.0",
"yargs": "^17.0.0"
},
"gitHead": "be3a280aeadef5afa8ec83dbbe794ab2f72b9c3a"
"gitHead": "c68de5e24b010e38eac171f35ba18d31bb1fd3dd"
}