Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commitlint/format

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/format - npm Package Compare versions

Comparing version 7.3.1 to 7.4.0

11

CHANGELOG.md

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

<a name="7.4.0"></a>
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
### Bug Fixes
* correction to need help link ([#540](https://github.com/marionebl/commitlint/issues/540)) ([fa6168a](https://github.com/marionebl/commitlint/commit/fa6168a))
<a name="7.3.1"></a>

@@ -8,0 +19,0 @@ ## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)

2

lib/index.js

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

const decoration = enabled ? _chalk2.default[color](sign) : sign;
const summary = `${decoration} found ${errors.length} problems, ${warnings.length} warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint)\n\n`;
const summary = `${decoration} found ${errors.length} problems, ${warnings.length} warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint )\n\n`;
return [...problems, enabled ? _chalk2.default.bold(summary) : summary];

@@ -80,0 +80,0 @@ }

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

const ok = _chalk2.default.bold(`${_chalk2.default.green('✔')} found 0 problems, 0 warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint)\n\n`);
const ok = _chalk2.default.bold(`${_chalk2.default.green('✔')} found 0 problems, 0 warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint )\n\n`);

@@ -22,0 +22,0 @@ (0, _ava2.default)('does nothing without arguments', t => {

{
"name": "@commitlint/format",
"version": "7.3.1",
"version": "7.4.0",
"description": "Format commitlint reports",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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