New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@commitlint/config-patternplate

Package Overview
Dependencies
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/config-patternplate - npm Package Compare versions

Comparing version

to
14.0.0

8

CHANGELOG.md

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

# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
**Note:** Version bump only for package @commitlint/config-patternplate
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)

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

13

package.json
{
"name": "@commitlint/config-patternplate",
"version": "13.2.0",
"version": "14.0.0",
"description": "Lint your commits, patternplate-style",

@@ -14,3 +14,4 @@ "files": [

"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/config-patternplate"
},

@@ -28,3 +29,3 @@ "keywords": [

},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"homepage": "https://commitlint.js.org/",
"engines": {

@@ -34,3 +35,3 @@ "node": ">=v12"

"dependencies": {
"@commitlint/config-angular": "^13.2.0",
"@commitlint/config-angular": "^14.0.0",
"globby": "^11.0.0",

@@ -40,5 +41,5 @@ "lodash": "^4.17.19"

"devDependencies": {
"@commitlint/utils": "^13.2.0"
"@commitlint/utils": "^14.0.0"
},
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
"gitHead": "0bb3487f8ca0cd8e67977c089f65037ea2c7788b"
}