@asamuzakjp/dom-selector
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -43,3 +43,3 @@ { | ||
}, | ||
"version": "0.6.0" | ||
"version": "0.6.1" | ||
} |
@@ -1343,3 +1343,3 @@ /** | ||
const [i, j] = arr; | ||
if (i !== this.#node) { | ||
if (i !== this.#node && i.nodeType === ELEMENT_NODE) { | ||
res = i; | ||
@@ -1346,0 +1346,0 @@ } else if (j) { |
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
51950