Comparing version 0.0.40 to 0.0.41
@@ -549,3 +549,3 @@ "use strict"; | ||
if (key !== "children" && key !== "xmlns") { | ||
if (node.nodeType !== ELEMENT_NODE_TYPE) { | ||
if (node.nodeType === ELEMENT_NODE_TYPE) { | ||
const namespaceURI = node.namespaceURI; | ||
@@ -572,3 +572,3 @@ if (namespaceURI !== MATH_NAMESPACE && | ||
if (key !== "children" && key !== "xmlns") { | ||
if (node.nodeType !== ELEMENT_NODE_TYPE) { | ||
if (node.nodeType === ELEMENT_NODE_TYPE) { | ||
const namespaceURI = node.namespaceURI; | ||
@@ -575,0 +575,0 @@ if (namespaceURI !== MATH_NAMESPACE && |
{ | ||
"name": "forgo", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"main": "./dist", | ||
@@ -5,0 +5,0 @@ "author": "Jeswin Kumar<jeswinpk@agilehead.com>", |
@@ -1024,3 +1024,3 @@ declare global { | ||
if (key !== "children" && key !== "xmlns") { | ||
if (node.nodeType !== ELEMENT_NODE_TYPE) { | ||
if (node.nodeType === ELEMENT_NODE_TYPE) { | ||
const namespaceURI = (node as Element).namespaceURI; | ||
@@ -1049,3 +1049,3 @@ if ( | ||
if (key !== "children" && key !== "xmlns") { | ||
if (node.nodeType !== ELEMENT_NODE_TYPE) { | ||
if (node.nodeType === ELEMENT_NODE_TYPE) { | ||
const namespaceURI = (node as Element).namespaceURI; | ||
@@ -1052,0 +1052,0 @@ if ( |
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