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.1.0 to 8.2.0

8

CHANGELOG.md

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

# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)
**Note:** Version bump only for package @commitlint/load
# [8.1.0](https://github.com/conventional-changelog/commitlint/compare/v8.0.0...v8.1.0) (2019-07-15)

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

2

lib/index.js

@@ -184,3 +184,3 @@ 'use strict';

}
module.exports = exports['default'];
module.exports = exports.default;
//# sourceMappingURL=index.js.map

@@ -80,3 +80,3 @@ 'use strict';

}
module.exports = exports['default'];
module.exports = exports.default;
//# sourceMappingURL=loadPlugin.js.map
{
"name": "@commitlint/load",
"version": "8.1.0",
"version": "8.2.0",
"description": "Load shared commitlint configuration",

@@ -59,16 +59,16 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/test": "8.0.0",
"@commitlint/utils": "^8.1.0",
"@commitlint/test": "^8.2.0",
"@commitlint/utils": "^8.2.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^8.0.0",
"babel-preset-commitlint": "^8.2.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"concurrently": "3.6.1",
"cross-env": "5.1.1",
"execa": "0.9.0",
"execa": "0.11.0",
"globby": "10.0.1"
},
"dependencies": {
"@commitlint/execute-rule": "^8.1.0",
"@commitlint/resolve-extends": "^8.1.0",
"@commitlint/execute-rule": "^8.2.0",
"@commitlint/resolve-extends": "^8.2.0",
"babel-runtime": "^6.23.0",

@@ -80,3 +80,3 @@ "chalk": "2.4.2",

},
"gitHead": "c17420d67adafdf37f68d6861d29a0e85a4a3bd7"
"gitHead": "78ef64994b33aa00668831c0bef11ddec75b74f0"
}
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