🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

commitlint

Package Overview
Dependencies
Maintainers
4
Versions
145
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
21.0.0
to
21.0.1
+28
-28
package.json
{
"name": "commitlint",
"type": "module",
"version": "21.0.0",
"version": "21.0.1",
"gitHead": "db8d7d6461d721fe2561ce4307e4069eaf6dcc8c",
"description": "Lint your commit messages",
"files": [
"cli.js"
"keywords": [
"cli",
"commitlint",
"conventional-changelog"
],
"bin": {
"commitlint": "cli.js"
"homepage": "https://commitlint.js.org/",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-main"
"license": "MIT",
"author": {
"name": "Mario Nebl",
"email": "hello@herebecode.com"
},
"engines": {
"node": ">=22.12.0"
},
"repository": {

@@ -24,26 +25,25 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
"bin": {
"commitlint": "cli.js"
},
"homepage": "https://commitlint.js.org/",
"keywords": [
"conventional-changelog",
"commitlint",
"cli"
"files": [
"cli.js"
],
"author": {
"name": "Mario Nebl",
"email": "hello@herebecode.com"
"type": "module",
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-main"
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^21.0.0",
"@commitlint/types": "^21.0.0"
"@commitlint/cli": "^21.0.1",
"@commitlint/types": "^21.0.1"
},
"devDependencies": {
"@commitlint/test": "^21.0.0",
"@commitlint/utils": "^21.0.0",
"@commitlint/test": "^21.0.1",
"@commitlint/utils": "^21.0.1",
"tinyexec": "^1.0.0"
},
"gitHead": "f081a8ef93019bb8b07f39c756f6d4a052020d3b"
"engines": {
"node": ">=22.12.0"
}
}