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
8.3.2
to
8.3.4
+8
-0
CHANGELOG.md

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

## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
**Note:** Version bump only for package @commitlint/lint
# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

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

+6
-6
{
"name": "@commitlint/lint",
"version": "8.3.2",
"version": "8.3.4",
"description": "Lint a string against commitlint rules",

@@ -60,3 +60,3 @@ "main": "lib/index.js",

"@commitlint/test": "8.2.0",
"@commitlint/utils": "^8.3.0",
"@commitlint/utils": "^8.3.4",
"ava": "0.22.0",

@@ -73,9 +73,9 @@ "babel-cli": "6.26.0",

"dependencies": {
"@commitlint/is-ignored": "^8.3.2",
"@commitlint/parse": "^8.3.2",
"@commitlint/rules": "^8.3.2",
"@commitlint/is-ignored": "^8.3.4",
"@commitlint/parse": "^8.3.4",
"@commitlint/rules": "^8.3.4",
"babel-runtime": "^6.23.0",
"lodash": "4.17.15"
},
"gitHead": "0382070379cfc841da8dc57718d232d1649dac6f"
"gitHead": "3fce33999e1e5f23b15545f1c6f3e7bd78e8d37b"
}