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

@commitlint/lint

Package Overview
Dependencies
Maintainers
4
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/lint - npm Package Compare versions

Comparing version
12.0.0
to
12.0.1
+8
-0
CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
**Note:** Version bump only for package @commitlint/lint
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)

@@ -8,0 +16,0 @@

+8
-8
{
"name": "@commitlint/lint",
"version": "12.0.0",
"version": "12.0.1",
"description": "Lint a string against commitlint rules",

@@ -37,12 +37,12 @@ "main": "lib/lint.js",

"devDependencies": {
"@commitlint/test": "^12.0.0",
"@commitlint/utils": "^12.0.0"
"@commitlint/test": "^12.0.1",
"@commitlint/utils": "^12.0.1"
},
"dependencies": {
"@commitlint/is-ignored": "^12.0.0",
"@commitlint/parse": "^12.0.0",
"@commitlint/rules": "^12.0.0",
"@commitlint/types": "^12.0.0"
"@commitlint/is-ignored": "^12.0.1",
"@commitlint/parse": "^12.0.1",
"@commitlint/rules": "^12.0.1",
"@commitlint/types": "^12.0.1"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
"gitHead": "610d2911bea066c87700155de3bf5bbecf266a8d"
}