harmony-proxy
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,3 +7,3 @@ /* vim: set shiftwidth=2 tabstop=2 noexpandtab textwidth=80 wrap : */ | ||
if (typeof Proxy === 'undefined') | ||
throw new Error('Native proxies not enabled. use `node --harmony` or `node --harmony-proxies`'); | ||
throw new Error('Native proxies not enabled. use `node --harmony-proxies` to enable them.'); | ||
@@ -10,0 +10,0 @@ // Check if we actually have new-style Proxies |
{ | ||
"name": "harmony-proxy", | ||
"description": "Small shim providing `new Proxy(target, handler)`", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
5463