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

@commitlint/lint

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/lint - npm Package Compare versions

Comparing version
20.4.0
to
20.4.1
+5
-5
package.json
{
"name": "@commitlint/lint",
"type": "module",
"version": "20.4.0",
"version": "20.4.1",
"description": "Lint a string against commitlint rules",

@@ -43,8 +43,8 @@ "main": "lib/lint.js",

"dependencies": {
"@commitlint/is-ignored": "^20.4.0",
"@commitlint/parse": "^20.4.0",
"@commitlint/rules": "^20.4.0",
"@commitlint/is-ignored": "^20.4.1",
"@commitlint/parse": "^20.4.1",
"@commitlint/rules": "^20.4.1",
"@commitlint/types": "^20.4.0"
},
"gitHead": "c68de5e24b010e38eac171f35ba18d31bb1fd3dd"
"gitHead": "e7ae28d1f71299cedcafe3360f376c93800b283a"
}