Comparing version 0.2.9 to 0.2.10
@@ -143,3 +143,3 @@ var __getOwnPropSymbols = Object.getOwnPropertySymbols; | ||
desc[accessType] = cb; | ||
Object.defineProperty(objDescriptor || !descriptor ? obj : proto, accessName, desc); | ||
Object.defineProperty(obj, accessName, desc); | ||
}; | ||
@@ -146,0 +146,0 @@ let restore = () => define(origin); |
{ | ||
"name": "tinyspy", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/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
7440