Comparing version 0.1.5 to 0.1.6
@@ -96,2 +96,6 @@ "use strict"; | ||
} | ||
// no more callbacks - try to restore original function | ||
if (store.callbacks.length === 0) { | ||
unwrap(obj, name); | ||
} | ||
} | ||
@@ -98,0 +102,0 @@ } |
{ | ||
"name": "mpwrapper", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Monkey Patch Wrapper that support multiple wrapping and unwrapping", | ||
@@ -5,0 +5,0 @@ "main": "build/src/index.js", |
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
22613
222