@nosana/schema-validator
Advanced tools
Comparing version 0.1.31 to 0.1.33
@@ -24,4 +24,4 @@ { | ||
"description": "To install dependencies:", | ||
"version": "0.1.31", | ||
"main": "dist/index.min.mjs", | ||
"version": "0.1.33", | ||
"main": "dist/index.cjs.min.js", | ||
"module": "dist/index.min.mjs", | ||
@@ -39,3 +39,3 @@ "unpkg": "dist/index.umd.min.js", | ||
"lint": "eslint src/** test/**", | ||
"build": "npm run clean && npm run lint && tsc-esm --project tsconfig.json && npm run bundle:esm && npm run bundle:esm:min && npm run bundle:umd && npm run bundle:umd:min && npm run build:stats", | ||
"build": "npm run clean && npm run lint && tsc-esm --project tsconfig.json && npm run bundle:esm && npm run bundle:esm:min && npm run bundle:umd && npm run bundle:umd:min && npm run bundle:cjs && npm run bundle:cjs:min && npm run build:stats", | ||
"build:stats": "(echo '\\033[35;3m' ; cd dist && ls -lh index*js index*gz | tail -n +2 | awk '{print $5,$9}')", | ||
@@ -46,2 +46,4 @@ "bundle:esm": "rollup dist/index.js --file dist/index.mjs --format esm", | ||
"bundle:umd:min": "terser --ecma 6 --compress --mangle -o dist/index.umd.min.js -- dist/index.umd.js && gzip -9 -c dist/index.umd.min.js > dist/index.umd.min.js.gz", | ||
"bundle:cjs": "rollup dist/index.js --file dist/index.cjs.js --format cjs", | ||
"bundle:cjs:min": "terser --ecma 6 --compress --mangle -o dist/index.cjs.min.js -- dist/index.cjs.js && gzip -9 -c dist/index.cjs.min.js > dist/index.cjs.min.js.gz", | ||
"publish:public": "npm version patch && npm run build && npm publish --access public" | ||
@@ -48,0 +50,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
61724
20
1007
4
3