New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@commitlint/cli

Package Overview
Dependencies
Maintainers
4
Versions
157
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.4.3
to
20.4.4
+7
-7
package.json
{
"name": "@commitlint/cli",
"type": "module",
"version": "20.4.3",
"version": "20.4.4",
"description": "Lint your commit messages",

@@ -52,11 +52,11 @@ "files": [

"dependencies": {
"@commitlint/format": "^20.4.3",
"@commitlint/lint": "^20.4.3",
"@commitlint/load": "^20.4.3",
"@commitlint/read": "^20.4.3",
"@commitlint/types": "^20.4.3",
"@commitlint/format": "^20.4.4",
"@commitlint/lint": "^20.4.4",
"@commitlint/load": "^20.4.4",
"@commitlint/read": "^20.4.4",
"@commitlint/types": "^20.4.4",
"tinyexec": "^1.0.0",
"yargs": "^17.0.0"
},
"gitHead": "a7469817974796a6e89f55911bb66b7bffa44099"
"gitHead": "02d7245e9b204ed07a68298e4d73c8d82a4b7f81"
}