compact-yarn-audit
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -8,3 +8,5 @@ #!/usr/bin/env node | ||
.pipe(ndjson.parse()) | ||
.on("data", lAdvisoryLog.add) | ||
.on("data", (pLogEntry) => { | ||
lAdvisoryLog.add(pLogEntry); | ||
}) | ||
.on("error", (pError) => { | ||
@@ -11,0 +13,0 @@ console.error(pError); |
{ | ||
"name": "compact-yarn-audit", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Presents output from yarn audit in a compact table", | ||
@@ -46,3 +46,3 @@ "engines": { | ||
"dependencies": { | ||
"chalk": "^5.2.0", | ||
"chalk": "^5.3.0", | ||
"ndjson": "^2.0.0", | ||
@@ -52,2 +52,8 @@ "strip-ansi": "^7.1.0", | ||
}, | ||
"overrides": { | ||
"semver": "^7.5.3" | ||
}, | ||
"resolutions": { | ||
"semver": "^7.5.3" | ||
}, | ||
"devDependencies": { | ||
@@ -57,6 +63,6 @@ "@types/mocha": "10.0.1", | ||
"@types/text-table": "0.2.2", | ||
"@typescript-eslint/eslint-plugin": "5.59.8", | ||
"@typescript-eslint/parser": "5.59.8", | ||
"c8": "7.14.0", | ||
"eslint": "8.42.0", | ||
"@typescript-eslint/eslint-plugin": "5.60.1", | ||
"@typescript-eslint/parser": "5.60.1", | ||
"c8": "8.0.0", | ||
"eslint": "8.43.0", | ||
"eslint-config-moving-meadow": "4.0.2", | ||
@@ -75,4 +81,4 @@ "eslint-config-prettier": "8.8.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.1.3", | ||
"upem": "7.3.2" | ||
"typescript": "5.1.6", | ||
"upem": "8.0.0" | ||
}, | ||
@@ -79,0 +85,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11438
123
Updatedchalk@^5.3.0