object-scan
Advanced tools
Comparing version 18.3.6 to 18.3.7
{ | ||
"name": "object-scan", | ||
"type": "module", | ||
"version": "18.3.6", | ||
"version": "18.3.7", | ||
"description": "Traverse object hierarchies using matching and callbacks.", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"clean": "rm -rf lib", | ||
"build": "cp -rf ./src ./lib && ncc build -m -o lib && mv lib/index.js lib/index.min.js && gzip -9 lib/index.min.js && cp src/index.js lib/index.js && rm lib/package.json", | ||
"build": "cp -rf ./src ./lib && ncc build -m -o lib && mv lib/index.js lib/index.min.js && cp src/index.js lib/index.js && rm lib/package.json", | ||
"build-clean": "yarn run clean && yarn run build", | ||
@@ -59,3 +59,3 @@ "test-simple": "c8 mocha --experimental-loader=./test/hot.js \"./test/**/*.spec.js\"", | ||
"@blackflux/eslint-plugin-rules": "2.1.0", | ||
"@blackflux/robo-config-plugin": "7.9.6", | ||
"@blackflux/robo-config-plugin": "7.9.7", | ||
"@vercel/ncc": "0.34.0", | ||
@@ -62,0 +62,0 @@ "c8": "7.11.3", |
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
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
134207
0