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

commitlint

Package Overview
Dependencies
Maintainers
4
Versions
139
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
19.8.0
to
19.8.1
+1
-1
cli.js
#!/usr/bin/env node
import '@commitlint/cli/cli.js';
import "@commitlint/cli/cli.js";
{
"name": "commitlint",
"type": "module",
"version": "19.8.0",
"version": "19.8.1",
"description": "Lint your commit messages",

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

"dependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/types": "^19.8.0"
"@commitlint/cli": "^19.8.1",
"@commitlint/types": "^19.8.1"
},
"devDependencies": {
"@commitlint/test": "^19.8.0",
"@commitlint/utils": "^19.8.0",
"tinyexec": "^0.3.0"
"@commitlint/test": "^19.8.1",
"@commitlint/utils": "^19.8.1",
"tinyexec": "^1.0.0"
},
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
"gitHead": "3c302008cabeb0b08cd246b2417a51a9d745a918"
}