@asamuzakjp/dom-selector
Advanced tools
Comparing version 0.12.5 to 0.12.6
@@ -45,3 +45,3 @@ { | ||
}, | ||
"version": "0.12.5" | ||
"version": "0.12.6" | ||
} |
@@ -1646,2 +1646,8 @@ /** | ||
node = this.#node; | ||
while (node) { | ||
if (!node.parentNode) { | ||
break; | ||
} | ||
node = node.parentNode; | ||
} | ||
} | ||
@@ -1648,0 +1654,0 @@ const arr = this._match(this.#ast, node); |
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
69014
2031