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

@commitlint/message

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/message - npm Package Compare versions

Comparing version 18.6.1 to 19.0.0

3

lib/index.d.ts

@@ -1,3 +0,2 @@

export default message;
declare function message(input?: (string | null | undefined)[]): string;
export default function message(input?: (string | null | undefined)[]): string;
//# sourceMappingURL=index.d.ts.map

@@ -1,7 +0,4 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = message;
function message(input = []) {
export default function message(input = []) {
return input.filter(Boolean).join(' ');
}
//# sourceMappingURL=index.js.map
{
"name": "@commitlint/message",
"version": "18.6.1",
"type": "module",
"version": "19.0.0",
"description": "Lint your commit messages",

@@ -38,6 +39,6 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/test": "^18.0.0",
"@commitlint/utils": "^18.6.1"
"@commitlint/test": "^19.0.0",
"@commitlint/utils": "^19.0.0"
},
"gitHead": "89f5bf91d1c11b1f457a6f0d99b8ea34583a9311"
"gitHead": "f1ff12159d627ee63bf8982ab02e6cca8f10b09f"
}

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