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
87
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.1
to
9.1.2
+8
-0
CHANGELOG.md

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

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

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

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

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

"engines": {
"node": ">=8"
"node": ">=v8.17.0"
},

@@ -38,5 +38,5 @@ "repository": {

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

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

"dependencies": {
"@commitlint/ensure": "^9.1.1",
"@commitlint/message": "^9.1.1",
"@commitlint/to-lines": "^9.1.1",
"@commitlint/types": "^9.1.1"
"@commitlint/ensure": "^9.1.2",
"@commitlint/message": "^9.1.2",
"@commitlint/to-lines": "^9.1.2",
"@commitlint/types": "^9.1.2"
},
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
"gitHead": "41d4f5851508be1421bd23e0424cacf043bc6a88"
}