proxy-handlers
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "proxy-handlers", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Predefined ES6 Proxy handlers", | ||
"main": "proxy-handlers.js", | ||
"main": "proxy_handlers.js", | ||
"license" : "BSD", | ||
@@ -7,0 +7,0 @@ "keywords": [ |
@@ -51,3 +51,7 @@ /* | ||
if (typeof Reflect === "undefined") { | ||
throw new Error("require ECMAScript 6 Reflect module"); | ||
if (typeof require === "function") { | ||
require("harmony-reflect"); | ||
} else { | ||
throw new Error("require ECMAScript 6 Reflect module"); | ||
} | ||
} | ||
@@ -54,0 +58,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16246
429