Severity
Medium
Description
Package uses eval() which is a dangerous function. This prevents the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Suggestion
Avoid packages that use eval, since this could potentially execute any code.
Packages with this issue
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
Stringify any JavaScript value.
Runtime for Regenerator-compiled generator and async functions.