Comparing version 2.4.2 to 2.4.3
{ | ||
"name": "basichtml", | ||
"type": "commonjs", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "A NodeJS based, standard oriented, HTML implementation.", | ||
@@ -6,0 +6,0 @@ "main": "basichtml.js", |
@@ -23,3 +23,5 @@ // Used as Node.TYPE | ||
child.isCustomElement && 'connectedCallback' in child && | ||
parentNode && parentNode.nodeType !== types.DOCUMENT_FRAGMENT_NODE | ||
parentNode && | ||
parentNode.nodeType !== types.DOCUMENT_FRAGMENT_NODE && | ||
parentNode.nodeName !== 'template' | ||
) { | ||
@@ -26,0 +28,0 @@ child.connectedCallback(); |
Sorry, the diff of this file is too big to display
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
179360
1720