🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
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.8.1

2

lib/index.js
export default function toLines(input) {
if (typeof input !== 'string') {
if (typeof input !== "string") {
return [];

@@ -4,0 +4,0 @@ }

{
"name": "@commitlint/to-lines",
"type": "module",
"version": "19.8.0",
"version": "19.8.1",
"description": "Lint your commit messages",

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

"devDependencies": {
"@commitlint/utils": "^19.8.0"
"@commitlint/utils": "^19.8.1"
},
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
"gitHead": "3c302008cabeb0b08cd246b2417a51a9d745a918"
}