Comparing version 0.0.43 to 0.0.44
{ | ||
"name": "webdetta", | ||
"version": "0.0.43", | ||
"version": "0.0.44", | ||
"author": "Fedot Kriutchenko <fodyadev@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -84,3 +84,3 @@ import FunctionParser from 'parse-function'; | ||
const handler = new Function(...args, | ||
`return rpc.call(${JSON.stringify(handlerId)}, ...arguments);` | ||
`return this.call(${JSON.stringify(handlerId)}, ...arguments);` | ||
); | ||
@@ -87,0 +87,0 @@ return { |
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
30511