🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@commitlint/to-lines

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/to-lines - npm Package Compare versions

Comparing version

to
19.0.0

2

lib/index.d.ts

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

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

@@ -1,4 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function toLines(input) {
export default function toLines(input) {
if (typeof input !== 'string') {

@@ -9,3 +7,2 @@ return [];

}
exports.default = toLines;
//# sourceMappingURL=index.js.map
{
"name": "@commitlint/to-lines",
"version": "18.6.1",
"type": "module",
"version": "19.0.0",
"description": "Lint your commit messages",

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

"devDependencies": {
"@commitlint/utils": "^18.6.1"
"@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