compact-yarn-audit
Advanced tools
Comparing version 2.0.2 to 3.0.0
@@ -8,5 +8,3 @@ #!/usr/bin/env node | ||
.pipe(ndjson.parse()) | ||
.on("data", (pLogEntry) => { | ||
lAdvisoryLog.add(pLogEntry); | ||
}) | ||
.on("data", lAdvisoryLog.add) | ||
.on("error", (pError) => { | ||
@@ -13,0 +11,0 @@ console.error(pError); |
{ | ||
"name": "compact-yarn-audit", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"description": "Presents output from yarn audit in a compact table", | ||
"engines": { | ||
"node": "^14.13.1||^16||>=18" | ||
"node": "^16||^18||>=20" | ||
}, | ||
@@ -48,3 +48,3 @@ "license": "MIT", | ||
"ndjson": "^2.0.0", | ||
"strip-ansi": "^7.0.1", | ||
"strip-ansi": "^7.1.0", | ||
"text-table": "^0.2.0" | ||
@@ -56,8 +56,8 @@ }, | ||
"@types/text-table": "0.2.2", | ||
"@typescript-eslint/eslint-plugin": "5.52.0", | ||
"@typescript-eslint/parser": "5.52.0", | ||
"c8": "7.12.0", | ||
"eslint": "8.34.0", | ||
"@typescript-eslint/eslint-plugin": "5.59.8", | ||
"@typescript-eslint/parser": "5.59.8", | ||
"c8": "7.14.0", | ||
"eslint": "8.42.0", | ||
"eslint-config-moving-meadow": "4.0.2", | ||
"eslint-config-prettier": "8.6.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-budapestian": "5.0.1", | ||
@@ -69,9 +69,9 @@ "eslint-plugin-eslint-comments": "3.2.0", | ||
"eslint-plugin-security": "1.7.1", | ||
"eslint-plugin-unicorn": "45.0.2", | ||
"eslint-plugin-unicorn": "47.0.0", | ||
"mocha": "10.2.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.8.4", | ||
"prettier": "2.8.8", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.9.5", | ||
"upem": "7.3.1" | ||
"typescript": "5.1.3", | ||
"upem": "7.3.2" | ||
}, | ||
@@ -78,0 +78,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
11312
121
Updatedstrip-ansi@^7.1.0