Socket
Socket
Sign inDemoInstall

@commitlint/cli

Package Overview
Dependencies
Maintainers
4
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/cli - npm Package Compare versions

Comparing version 17.6.7 to 17.7.0

11

lib/cli.js

@@ -134,12 +134,7 @@ "use strict";

try {
for (var _d = true, _e = __asyncValues(process.stdin), _f; _f = await _e.next(), _a = _f.done, !_a;) {
for (var _d = true, _e = __asyncValues(process.stdin), _f; _f = await _e.next(), _a = _f.done, !_a; _d = true) {
_c = _f.value;
_d = false;
try {
const chunk = _c;
result += chunk;
}
finally {
_d = true;
}
const chunk = _c;
result += chunk;
}

@@ -146,0 +141,0 @@ }

{
"name": "@commitlint/cli",
"version": "17.6.7",
"version": "17.7.0",
"description": "Lint your commit messages",

@@ -51,4 +51,4 @@ "files": [

"@commitlint/format": "^17.4.4",
"@commitlint/lint": "^17.6.7",
"@commitlint/load": "^17.6.7",
"@commitlint/lint": "^17.7.0",
"@commitlint/load": "^17.7.0",
"@commitlint/read": "^17.5.1",

@@ -62,3 +62,3 @@ "@commitlint/types": "^17.4.4",

},
"gitHead": "a90ffe98bc4abe16a353f836927d2f8867797080"
"gitHead": "b12ec06a3a20b8c343ffcaa7fc354ea5bc53e9f2"
}

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