New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@commitlint/cli

Package Overview
Dependencies
Maintainers
4
Versions
144
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.5 to 17.8.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.6.5",
"version": "17.8.1",
"description": "Lint your commit messages",

@@ -40,8 +40,8 @@ "files": [

"devDependencies": {
"@commitlint/test": "^17.4.2",
"@commitlint/utils": "^17.4.0",
"@types/lodash.isfunction": "^3.0.7",
"@types/lodash.merge": "^4.6.7",
"@commitlint/test": "^17.8.1",
"@commitlint/utils": "^17.8.1",
"@types/lodash.isfunction": "^3.0.8",
"@types/lodash.merge": "^4.6.8",
"@types/node": "^14.0.0",
"@types/yargs": "^17.0.0",
"@types/yargs": "^17.0.29",
"fs-extra": "^11.0.0",

@@ -51,7 +51,7 @@ "lodash.merge": "^4.6.2"

"dependencies": {
"@commitlint/format": "^17.4.4",
"@commitlint/lint": "^17.6.5",
"@commitlint/load": "^17.5.0",
"@commitlint/read": "^17.5.1",
"@commitlint/types": "^17.4.4",
"@commitlint/format": "^17.8.1",
"@commitlint/lint": "^17.8.1",
"@commitlint/load": "^17.8.1",
"@commitlint/read": "^17.8.1",
"@commitlint/types": "^17.8.1",
"execa": "^5.0.0",

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

},
"gitHead": "af2f3a82d38ea0272578c8066565a0e6cf5810b0"
"gitHead": "75b2a1264ac699dbaead2249282b6dca18ae3008"
}

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