You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library uses new Function, which is equivalent to the eval function. Under common sense security regimes, both new Function and eval are disallowed, including in the browser using CSP.
This library uses
new Function, which is equivalent to theevalfunction. Under common sense security regimes, bothnew Functionandevalare disallowed, including in the browser using CSP.