New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

commitlint

Package Overview
Dependencies
Maintainers
0
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commitlint - npm Package Compare versions

Comparing version

to
19.8.0

12

package.json
{
"name": "commitlint",
"type": "module",
"version": "19.7.1",
"version": "19.8.0",
"description": "Lint your commit messages",

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

"dependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/types": "^19.5.0"
"@commitlint/cli": "^19.8.0",
"@commitlint/types": "^19.8.0"
},
"devDependencies": {
"@commitlint/test": "^19.5.0",
"@commitlint/utils": "^19.5.0",
"@commitlint/test": "^19.8.0",
"@commitlint/utils": "^19.8.0",
"tinyexec": "^0.3.0"
},
"gitHead": "b0e851c73ccd6c71f4f0f16af370e566c773f43c"
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
}