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

27

CHANGELOG.md

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

<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)
### Bug Fixes
* **core:** correct type validation message ([09c2b26](https://github.com/marionebl/commitlint/commit/09c2b26))
<a name="3.0.3"></a>

@@ -24,2 +34,7 @@ ## 3.0.3 (2017-07-16)

<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)
<a name="3.0.2"></a>

@@ -37,2 +52,14 @@ ## 3.0.2 (2017-07-11)

<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>

@@ -39,0 +66,0 @@ ## 3.0.1 (2017-07-11)

4

cli.test.js

@@ -49,3 +49,3 @@ import path from 'path';

const actual = await t.throws(cli('foo: bar', [], {cwd: SIMPLE}));
t.true(actual.stdout.includes('scope must not be one of [foo]'));
t.true(actual.stdout.includes('type must not be one of [foo]'));
t.is(actual.code, 1);

@@ -58,3 +58,3 @@ });

);
t.true(actual.stdout.includes('scope must not be one of [foo]'));
t.true(actual.stdout.includes('type must not be one of [foo]'));
t.is(actual.code, 1);

@@ -61,0 +61,0 @@ });

{
"name": "@commitlint/cli",
"version": "3.1.0",
"version": "3.1.1",
"description": "Lint your commit messages",

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

"devDependencies": {
"@commitlint/utils": "^3.0.3",
"@commitlint/utils": "^3.1.1",
"ava": "^0.18.2",

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

"dependencies": {
"@commitlint/core": "^3.1.0",
"@commitlint/core": "^3.1.1",
"babel-polyfill": "^6.23.0",

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

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