Socket
Socket
Sign inDemoInstall

@commitlint/cli

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/cli - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

24

CHANGELOG.md

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

<a name="3.0.2"></a>
## 3.0.2 (2017-07-11)
### Bug Fixes
* **cli:** remove destructuring for node 4 support ([fe8caff](https://github.com/marionebl/commitlint/commit/fe8caff))
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))
<a name="3.0.1"></a>

@@ -11,3 +23,15 @@ ## 3.0.1 (2017-07-11)

### Bug Fixes
* **cli:** remove destructuring for node 4 support ([fe8caff](https://github.com/marionebl/commitlint/commit/fe8caff))
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))
<a name="3.0.1"></a>
## 3.0.1 (2017-07-11)
<a name="3.0.0"></a>

@@ -14,0 +38,0 @@ # 3.0.0 (2017-07-10)

6

package.json
{
"name": "@commitlint/cli",
"version": "3.0.1",
"version": "3.0.2",
"description": "Lint your commit messages",

@@ -43,3 +43,3 @@ "bin": {

"devDependencies": {
"@commitlint/utils": "^3.0.0",
"@commitlint/utils": "^3.0.2",
"ava": "^0.18.2",

@@ -52,3 +52,3 @@ "dependency-check": "^2.9.1",

"dependencies": {
"@commitlint/core": "^3.0.1",
"@commitlint/core": "^3.0.2",
"babel-polyfill": "^6.23.0",

@@ -55,0 +55,0 @@ "chalk": "^2.0.1",

@@ -12,2 +12,2 @@ > Lint commit messages

Consult [docs/cli](../../docs/cli) for comprehensive documentation.
Consult [docs/cli](http://marionebl.github.io/commitlint/#/reference-cli) for comprehensive documentation.
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