window-eval
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -11,2 +11,5 @@ function windowEval(code, context = {}, options = {}) { | ||
}, | ||
has(target, propKey) { | ||
return true; // trap sets | ||
}, | ||
}); | ||
@@ -13,0 +16,0 @@ for (const k in context) { |
{ | ||
"name": "window-eval", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Eval in context (global/window), in pure JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1208
23