Comparing version 4.5.2 to 4.5.3
@@ -194,2 +194,6 @@ import { directive, render } from 'https://unpkg.com/lit-html@^1.0.0/lit-html.js'; | ||
const proto = new Proxy(BaseElement.prototype, { | ||
getPrototypeOf(target) { | ||
return target; | ||
}, | ||
set(target, key, value, receiver) { | ||
@@ -196,0 +200,0 @@ if(key in target) { |
@@ -58,2 +58,6 @@ | ||
const proto = new Proxy(BaseElement.prototype, { | ||
getPrototypeOf(target) { | ||
return target; | ||
}, | ||
set(target, key, value, receiver) { | ||
@@ -60,0 +64,0 @@ if(key in target) { |
{ | ||
"name": "haunted", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "Hooks for web components", | ||
@@ -5,0 +5,0 @@ "main": "lib/haunted.js", |
@@ -194,2 +194,6 @@ import { directive, render } from '../lit-html/lit-html.js'; | ||
const proto = new Proxy(BaseElement.prototype, { | ||
getPrototypeOf(target) { | ||
return target; | ||
}, | ||
set(target, key, value, receiver) { | ||
@@ -196,0 +200,0 @@ if(key in target) { |
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
59422
1548