@splinetool/loader
Advanced tools
Comparing version 0.9.33 to 0.9.34
{ | ||
"name": "@splinetool/loader", | ||
"version": "0.9.33", | ||
"version": "0.9.34", | ||
"main": "build/SplineLoader.js", | ||
@@ -23,3 +23,3 @@ "types": "./build/SplineLoader.d.ts", | ||
"browserslist": "^4.16.7", | ||
"browserslist-to-esbuild": "^1.0.1", | ||
"browserslist-to-esbuild": "^1.1.1", | ||
"cross-env": "^7.0.3", | ||
@@ -38,7 +38,2 @@ "eslint": "^7.32.0", | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
@@ -48,4 +43,12 @@ "last 1 chrome version", | ||
"last 1 safari version" | ||
], | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all", | ||
"not IE <= 11", | ||
"Safari >= 13.0", | ||
"not Android <= 4.4" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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 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 1 instance in 1 package
502050
2635