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

@commitlint/rules

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/rules - npm Package Compare versions

Comparing version
9.1.0
to
9.1.1
+8
-0
CHANGELOG.md

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

## [9.1.1](https://github.com/conventional-changelog/commitlint/compare/v9.1.0...v9.1.1) (2020-06-30)
**Note:** Version bump only for package @commitlint/rules
# [9.1.0](https://github.com/conventional-changelog/commitlint/compare/v9.0.1...v9.1.0) (2020-06-21)

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

+9
-9
{
"name": "@commitlint/rules",
"version": "9.1.0",
"version": "9.1.1",
"description": "Lint your commit messages",

@@ -37,5 +37,5 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/parse": "^9.1.0",
"@commitlint/test": "^9.1.0",
"@commitlint/utils": "^9.1.0",
"@commitlint/parse": "^9.1.1",
"@commitlint/test": "^9.1.1",
"@commitlint/utils": "^9.1.1",
"conventional-changelog-angular": "5.0.10",

@@ -45,8 +45,8 @@ "globby": "^11.0.0"

"dependencies": {
"@commitlint/ensure": "^9.1.0",
"@commitlint/message": "^9.1.0",
"@commitlint/to-lines": "^9.1.0",
"@commitlint/types": "^9.1.0"
"@commitlint/ensure": "^9.1.1",
"@commitlint/message": "^9.1.1",
"@commitlint/to-lines": "^9.1.1",
"@commitlint/types": "^9.1.1"
},
"gitHead": "c9f5c5cb3f995362c760308f114b6319c0e55ce3"
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
}