Comparing version 0.7.2 to 0.7.3
@@ -154,3 +154,3 @@ /* | ||
function asyncMemoize(fn, context, hasher) { | ||
var caches = {}, | ||
var caches = callProxy.cache = {}, | ||
callbackLists = {} | ||
@@ -157,0 +157,0 @@ |
{ | ||
"name": "pd", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Manage propertyDescriptors, an OO utility", | ||
@@ -5,0 +5,0 @@ "keywords": ["oo", "oop", "propertydescriptor", "arch", "utility"], |
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
25792