compact-yarn-audit
Advanced tools
Comparing version 1.2.2 to 2.0.0
{ | ||
"name": "compact-yarn-audit", | ||
"version": "1.2.2", | ||
"version": "2.0.0", | ||
"description": "Presents output from yarn audit in a compact table", | ||
"engines": { | ||
"node": "^12.20||^14.13.1||>=16" | ||
"node": "^14.13.1||^16||>=18" | ||
}, | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"scm:stage": "git add .", | ||
"test": "NODE_OPTIONS=--no-warnings mocha --exit", | ||
"test": "NODE_OPTIONS=--no-warnings c8 --check-coverage --statements 100 --branches 93 --functions 100 --lines 100 --exclude \"{src/**/*.spec.ts,src/__mocks__/*,src/__fixtures__/*}\" --reporter text-summary --reporter html --reporter json-summary mocha --exit", | ||
"update-dependencies": "npm-run-all upem:update upem:install format test", | ||
@@ -56,5 +56,6 @@ "upem-outdated": "npm outdated --json --long | upem --dry-run", | ||
"@types/text-table": "0.2.2", | ||
"@typescript-eslint/eslint-plugin": "5.40.1", | ||
"@typescript-eslint/parser": "5.40.1", | ||
"eslint": "8.26.0", | ||
"@typescript-eslint/eslint-plugin": "5.43.0", | ||
"@typescript-eslint/parser": "5.43.0", | ||
"c8": "7.12.0", | ||
"eslint": "8.28.0", | ||
"eslint-config-moving-meadow": "4.0.2", | ||
@@ -73,4 +74,4 @@ "eslint-config-prettier": "8.5.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.8.4", | ||
"upem": "7.3.0" | ||
"typescript": "4.9.3", | ||
"upem": "7.3.1" | ||
}, | ||
@@ -77,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11567
0
22