harmony-proxy
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -91,3 +91,3 @@ | ||
if (typeof target !== 'function') | ||
return Proxy.create(oldHandler); | ||
return Proxy.create(oldHandler, Object.getPrototypeOf(target)); | ||
return Proxy.createFunction( | ||
@@ -94,0 +94,0 @@ oldHandler, |
{ | ||
"name": "harmony-proxy", | ||
"description": "Small shim providing `new Proxy(target, handler)`", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"keywords": ["harmony", "proxy", "trap", "es6"], | ||
@@ -6,0 +6,0 @@ "main": "./index", |
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
4966