@domql/utils
Advanced tools
Comparing version 2.3.29 to 2.3.32
{ | ||
"name": "@domql/utils", | ||
"version": "2.3.29", | ||
"version": "2.3.32", | ||
"module": "index.js", | ||
"main": "index.js", | ||
"module": "index.js", | ||
"browser": "dist/index.cjs.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"license": "MIT", | ||
"scripts": { | ||
"prepublish": "rm -rf dist && npx esbuild index.js --target=es2020 --format=cjs --sourcemap=external --outfile=dist/index.cjs.js" | ||
}, | ||
"dependencies": { | ||
@@ -11,3 +18,3 @@ "@domql/globals": "latest", | ||
}, | ||
"gitHead": "6ed7919e6dc65a6bc48b9711d2dd85afcffe4a17" | ||
"gitHead": "3908b29bdaa12549b3ff14ec144331a2a0d125b3" | ||
} |
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
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
3367
5
30