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

@commitlint/core

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/core - npm Package Compare versions

Comparing version
21.0.0
to
21.0.1
+30
-30
package.json
{
"name": "@commitlint/core",
"type": "module",
"version": "21.0.0",
"version": "21.0.1",
"gitHead": "db8d7d6461d721fe2561ce4307e4069eaf6dcc8c",
"description": "Lint your commit messages",
"main": "lib/core.js",
"types": "lib/core.d.ts",
"files": [
"lib/"
"keywords": [
"commitlint",
"conventional-changelog",
"core",
"library"
],
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-import"
"homepage": "https://commitlint.js.org/",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"engines": {
"node": ">=22.12.0"
"license": "MIT",
"author": {
"name": "Mario Nebl",
"email": "hello@herebecode.com"
},

@@ -23,27 +26,24 @@ "repository": {

},
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://commitlint.js.org/",
"keywords": [
"conventional-changelog",
"commitlint",
"library",
"core"
"files": [
"lib/"
],
"author": {
"name": "Mario Nebl",
"email": "hello@herebecode.com"
"type": "module",
"main": "lib/core.js",
"types": "lib/core.d.ts",
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-import"
},
"license": "MIT",
"dependencies": {
"@commitlint/format": "^21.0.0",
"@commitlint/lint": "^21.0.0",
"@commitlint/load": "^21.0.0",
"@commitlint/read": "^21.0.0"
"@commitlint/format": "^21.0.1",
"@commitlint/lint": "^21.0.1",
"@commitlint/load": "^21.0.1",
"@commitlint/read": "^21.0.1"
},
"devDependencies": {
"@commitlint/utils": "^21.0.0"
"@commitlint/utils": "^21.0.1"
},
"gitHead": "f081a8ef93019bb8b07f39c756f6d4a052020d3b"
"engines": {
"node": ">=22.12.0"
}
}