rufflib-validate
Advanced tools
Comparing version 1.3.0 to 2.0.0
{ | ||
"name": "rufflib-validate", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"description": "A RuffLIB library for succinctly validating JavaScript values.", | ||
"main": "docs/dist/rufflib-validate.es.js", | ||
"main": "dist/rufflib-validate.es.js", | ||
"type": "module", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "npm run clean && rollup -c && mkdir docs/dist && cp dist/* docs/dist", | ||
"clean": "rm -r dist; rm -r docs/dist; rm -r docs/test", | ||
"test:docs": "node docs/run-nodejs-tests.js # test docs/ using NodeJS", | ||
@@ -33,4 +34,4 @@ "test:src": "node src/run-nodejs-tests.js # test src/ using NodeJS", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rufflib-expect": "^2.0.1" | ||
"rufflib-expect": "^3.0.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # RuffLIB Validate | ||
▶ __Version:__ 1.3.0 | ||
▶ __Version:__ 2.0.0 | ||
▶ __Homepage:__ <https://richplastow.com/rufflib-validate> | ||
@@ -37,3 +37,3 @@ ▶ __NPM:__ <https://www.npmjs.com/package/rufflib-validate> | ||
Build the minified and unminified bundles, using settings in rollup.config.js: | ||
Build the minified and unminified bundles in ‘dist/’ and ‘docs/’: | ||
`npm run build` | ||
@@ -40,0 +40,0 @@ |
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
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
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
1
55048
6
871