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

@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.4.2 to 17.7.1

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.4.2",
"version": "17.7.1",
"description": "Lint your commit messages",

@@ -50,7 +50,7 @@ "files": [

"dependencies": {
"@commitlint/format": "^17.4.0",
"@commitlint/lint": "^17.4.2",
"@commitlint/load": "^17.4.2",
"@commitlint/read": "^17.4.2",
"@commitlint/types": "^17.4.0",
"@commitlint/format": "^17.4.4",
"@commitlint/lint": "^17.7.0",
"@commitlint/load": "^17.7.1",
"@commitlint/read": "^17.5.1",
"@commitlint/types": "^17.4.4",
"execa": "^5.0.0",

@@ -62,3 +62,3 @@ "lodash.isfunction": "^3.0.9",

},
"gitHead": "3c691ad507293db4ecb7ddd3559afca871c1e0bc"
"gitHead": "b73c8b4f27752724275a27c03a985adeee18ac25"
}

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