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 8.3.5 to 9.0.0

lib/load.d.ts

11

CHANGELOG.md

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

# [9.0.0](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v9.0.0) (2020-05-21)
### Bug Fixes
* [#840](https://github.com/conventional-changelog/commitlint/issues/840) add caret to lodash versions ([#843](https://github.com/conventional-changelog/commitlint/issues/843)) ([ffc0bac](https://github.com/conventional-changelog/commitlint/commit/ffc0bac26993acb2ab6a8fa51065f93c92b0d644))
## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)

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

60

package.json
{
"name": "@commitlint/load",
"version": "8.3.5",
"version": "9.0.0",
"description": "Load shared commitlint configuration",
"main": "lib/index.js",
"main": "lib/load.js",
"types": "lib/load.d.ts",
"files": [

@@ -10,30 +11,7 @@ "lib/"

"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
"deps": "dep-check",
"pkg": "pkg-check --skip-import",
"start": "concurrently \"ava -c 4 --verbose --watch\" \"yarn run watch\"",
"test": "ava -c 4 --verbose && ava \"src/*.serial-test.js\" --verbose",
"watch": "babel src --out-dir lib --watch --source-maps"
"pkg": "pkg-check --skip-import"
},
"ava": {
"files": [
"src/**/*.test.js",
"!lib/**/*"
],
"source": [
"src/**/*.js",
"!lib/**/*"
],
"babel": "inherit",
"require": [
"babel-register"
]
},
"babel": {
"presets": [
"babel-preset-commitlint"
]
},
"engines": {
"node": ">=4"
"node": ">=8"
},

@@ -60,23 +38,17 @@ "repository": {

"devDependencies": {
"@commitlint/test": "8.2.0",
"@commitlint/utils": "^8.3.4",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^8.2.0",
"babel-register": "6.26.0",
"concurrently": "3.6.1",
"cross-env": "6.0.3",
"execa": "0.11.0",
"globby": "10.0.1"
"@commitlint/test": "^9.0.0",
"@commitlint/utils": "^9.0.0",
"@types/lodash": "4.14.149",
"execa": "^3.4.0"
},
"dependencies": {
"@commitlint/execute-rule": "^8.3.4",
"@commitlint/resolve-extends": "^8.3.5",
"babel-runtime": "^6.23.0",
"chalk": "2.4.2",
"cosmiconfig": "^5.2.0",
"lodash": "4.17.15",
"@commitlint/execute-rule": "^9.0.0",
"@commitlint/resolve-extends": "^9.0.0",
"@commitlint/types": "^9.0.0",
"chalk": "3.0.0",
"cosmiconfig": "^6.0.0",
"lodash": "^4.17.15",
"resolve-from": "^5.0.0"
},
"gitHead": "b39e1ade668e1560cdebc94c4fe18a6dba5e5dda"
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}

@@ -11,3 +11,3 @@ > Load shared commitlint configuration

## Example
## Example

@@ -17,4 +17,3 @@ ```js

load({extends: ['./package']})
.then(config => console.log(config));
load({extends: ['./package']}).then(config => console.log(config));
// => { extends: ['./package', './package-b'], rules: {} }

@@ -21,0 +20,0 @@ ```

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