@prosopo/util
Advanced tools
Comparing version 0.2.17 to 0.2.19
{ | ||
"name": "@prosopo/util", | ||
"version": "0.2.17", | ||
"version": "0.2.19", | ||
"author": "PROSOPO LIMITED <info@prosopo.io>", | ||
@@ -15,4 +15,8 @@ "license": "Apache-2.0", | ||
"build:cjs": "npx vite --config vite.cjs.config.ts build", | ||
"lint": "npx eslint .", | ||
"lint:fix": "npx eslint . --fix --config ../../.eslintrc.js", | ||
"eslint": "npx eslint . --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore", | ||
"eslint:fix": "npm run eslint -- --fix", | ||
"prettier": "npx prettier . --check --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore", | ||
"prettier:fix": "npm run prettier -- --write", | ||
"lint": "npm run eslint && npm run prettier", | ||
"lint:fix": "npm run eslint:fix && npm run prettier:fix", | ||
"cli": "node ./dist/js/cli.js", | ||
@@ -19,0 +23,0 @@ "test": "NODE_ENV=test vitest --run --coverage" |
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
686577
43
2662
0