Socket
Socket
Sign inDemoInstall

@commitlint/load

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/load - npm Package Compare versions

Comparing version 12.0.0 to 12.0.1

11

CHANGELOG.md

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

## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
### Bug Fixes
* **load:** use `Rule | AsyncRule | SyncRule` as rule value type in `Plugin` ([#2146](https://github.com/conventional-changelog/commitlint/issues/2146)) ([75b67b8](https://github.com/conventional-changelog/commitlint/commit/75b67b8fb7fc4df21267b98f0c9daeeb1130b824))
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)

@@ -8,0 +19,0 @@

17

package.json
{
"name": "@commitlint/load",
"version": "12.0.0",
"version": "12.0.1",
"description": "Load shared commitlint configuration",

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

"devDependencies": {
"@commitlint/test": "^12.0.0",
"@commitlint/utils": "^12.0.0",
"@types/lodash": "4.14.167",
"@commitlint/test": "^12.0.1",
"@commitlint/utils": "^12.0.1",
"@types/lodash": "4.14.168",
"conventional-changelog-atom": "^2.0.8",
"execa": "^5.0.0"
},
"dependencies": {
"@commitlint/execute-rule": "^12.0.0",
"@commitlint/resolve-extends": "^12.0.0",
"@commitlint/types": "^12.0.0",
"@commitlint/execute-rule": "^12.0.1",
"@commitlint/resolve-extends": "^12.0.1",
"@commitlint/types": "^12.0.1",
"chalk": "^4.0.0",

@@ -52,3 +53,3 @@ "cosmiconfig": "^7.0.0",

},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
"gitHead": "610d2911bea066c87700155de3bf5bbecf266a8d"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc