Mirror: A maybe slightly safer-ish wrapper around eval Function constructors
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Hide process global for Node.js

+1
+1
src/index.ts
··· 8 8 require: true, 9 9 Function: true, 10 10 eval: true, 11 + process: true, 11 12 module: true, 12 13 exports: true, 13 14 makeSafeGlobal: true,