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 14.0.0 to 14.1.0

11

CHANGELOG.md

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

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
### Features
* extend helpUrl from shareable config ([#2846](https://github.com/conventional-changelog/commitlint/issues/2846)) ([d7e2e2b](https://github.com/conventional-changelog/commitlint/commit/d7e2e2b943be383f99f4000b6b6bed0eab03bfcf))
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

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

6

lib/format.js

@@ -58,3 +58,5 @@ "use strict";

const fmtSummary = enabled && typeof summary === 'string' ? chalk_1.default.bold(summary) : summary;
const help = hasProblems ? `ⓘ Get help: ${options.helpUrl}` : undefined;
const help = hasProblems && options.helpUrl
? `ⓘ Get help: ${options.helpUrl}`
: undefined;
return [

@@ -65,3 +67,3 @@ ...problems,

help,
help ? '' : undefined,
hasProblems ? '' : undefined,
].filter((line) => typeof line === 'string');

@@ -68,0 +70,0 @@ }

{
"name": "@commitlint/format",
"version": "14.0.0",
"version": "14.1.0",
"description": "Format commitlint reports",

@@ -44,3 +44,3 @@ "main": "lib/index.js",

},
"gitHead": "0bb3487f8ca0cd8e67977c089f65037ea2c7788b"
"gitHead": "3882bd1680197f0ec4c40e4c9955911e20647488"
}

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