Socket
Socket
Sign inDemoInstall

@commitlint/to-lines

Package Overview
Dependencies
Maintainers
4
Versions
52
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 18.6.1 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

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