Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@asamuzakjp/dom-selector

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asamuzakjp/dom-selector - npm Package Compare versions

Comparing version 0.12.5 to 0.12.6

2

package.json

@@ -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);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc