Socket
Socket
Sign inDemoInstall

@commitlint/format

Package Overview
Dependencies
5
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 19.0.3 to 19.3.0

3

lib/format.js

@@ -22,4 +22,3 @@ import chalk from 'chalk';

const decoration = enabled ? chalk.gray(sign) : sign;
const commitText = errors.length > 0 ? input : input.split('\n')[0];
const decoratedInput = enabled ? chalk.bold(commitText) : commitText;
const decoratedInput = enabled ? chalk.bold(input) : input;
const hasProblems = errors.length > 0 || warnings.length > 0;

@@ -26,0 +25,0 @@ return options.verbose || hasProblems

{
"name": "@commitlint/format",
"type": "module",
"version": "19.0.3",
"version": "19.3.0",
"description": "Format commitlint reports",

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

},
"gitHead": "9b4ac34069e06cd327760ce37adbde8d537d8e3e"
"gitHead": "447fd3b415d11cce15ec1af3b948a2c97cfdd8f5"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc