@splinetool/runtime
Advanced tools
Comparing version 0.6.5 to 0.6.6
{ | ||
"name": "@splinetool/runtime", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"main": "build/runtime.js", | ||
@@ -13,15 +13,14 @@ "files": [ | ||
"format": "prettier src/ --write", | ||
"typecheck": "tsc" | ||
"typecheck": "tsc", | ||
"analyze": "cross-env GENERATE_SOURCEMAP=true yarn build && source-map-explorer 'build/*.js' --no-border-checks" | ||
}, | ||
"peerDependencies": { | ||
"three": "0.131.3" | ||
}, | ||
"dependencies": { | ||
"lodash-es": "^4.17.21", | ||
"spe": "0.0.0" | ||
"spe": "0.0.0", | ||
"three": "0.131.3" | ||
}, | ||
"devDependencies": { | ||
"browserslist": "^4.16.7", | ||
"browserslist-to-esbuild": "^1.0.1", | ||
"cross-env": "^7.0.3", | ||
"esbuild-plugin-external-global": "^1.0.1", | ||
"eslint": "^7.32.0", | ||
@@ -31,2 +30,3 @@ "jest": "26.6.0", | ||
"raw-loader": "^4.0.2", | ||
"source-map-explorer": "^2.5.2", | ||
"typescript": "^4.1.3" | ||
@@ -33,0 +33,0 @@ }, |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
1319654
8573
2
1
0
9
+ Addedthree@0.131.3