Comparing version 0.0.114 to 0.0.115
{ | ||
"name": "webdetta", | ||
"version": "0.0.114", | ||
"version": "0.0.115", | ||
"author": "Fedot Kriutchenko <fodyadev@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -54,2 +54,3 @@ import { parseFn } from './common.js'; | ||
...initval, | ||
`console.log(this);console.log(a);`, | ||
`return a.length > 0 ? (V[H] = a[0]) : V[H];` | ||
@@ -56,0 +57,0 @@ ].join('')), |
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
106440
3130