compact-yarn-audit
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "compact-yarn-audit", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Presents output from yarn audit in a compact table", | ||
@@ -19,15 +19,18 @@ "engines": { | ||
"bin": { | ||
"compact-yarn-audit": "src/index.js" | ||
"compact-yarn-audit": "dist/index.js" | ||
}, | ||
"main": "src/index.js", | ||
"exports": "./src/index.js", | ||
"main": "dist/index.js", | ||
"exports": "./dist/index.js", | ||
"type": "module", | ||
"types": "types/compact-yarn-audit.d.ts", | ||
"scripts": { | ||
"build": "npm-run-all clean build:ts", | ||
"build:ts": "tsc", | ||
"check": "npm-run-all format lint test", | ||
"format": "prettier --write src/**/*.js *.md", | ||
"clean": "rm -rf dist", | ||
"format": "prettier --write src/**/*.ts *.md", | ||
"lint": "eslint src types --cache --cache-location node_modules/.cache/eslint/", | ||
"lint:fix": "eslint src types --fix --cache --cache-location node_modules/.cache/eslint/", | ||
"scm:stage": "git add .", | ||
"test": "mocha src --exit", | ||
"test": "NODE_OPTIONS=--no-warnings mocha --exit", | ||
"update-dependencies": "npm-run-all upem:update upem:install format test", | ||
@@ -50,5 +53,8 @@ "upem-outdated": "npm outdated --json --long | upem --dry-run", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "5.40.0", | ||
"@typescript-eslint/parser": "5.40.0", | ||
"eslint": "8.25.0", | ||
"@types/mocha": "10.0.0", | ||
"@types/ndjson": "2.0.1", | ||
"@types/text-table": "0.2.2", | ||
"@typescript-eslint/eslint-plugin": "5.40.1", | ||
"@typescript-eslint/parser": "5.40.1", | ||
"eslint": "8.26.0", | ||
"eslint-config-moving-meadow": "4.0.2", | ||
@@ -63,5 +69,6 @@ "eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-unicorn": "44.0.2", | ||
"mocha": "10.0.0", | ||
"mocha": "10.1.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.7.1", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.8.4", | ||
@@ -71,4 +78,3 @@ "upem": "7.3.0" | ||
"files": [ | ||
"src/**/*.js", | ||
"!src/**/*.spec.js", | ||
"dist", | ||
"types", | ||
@@ -75,0 +81,0 @@ "package.json", |
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
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
11339
21
123
1