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 4.6.0-b.1 to 4.6.0

2

package.json

@@ -63,3 +63,3 @@ {

},
"version": "4.6.0-b.1"
"version": "4.6.0"
}

@@ -174,3 +174,4 @@ # DOM Selector

*1: `ElementInternals.states` is not implemented in jsdom, so you need to implement yourself.
*1: `ElementInternals.states`, i.e. `CustomStateSet`, is not implemented in jsdom, so you need to patch yourself.
``` javascript

@@ -182,3 +183,3 @@ class LabeledCheckbox extends window.HTMLElement {

this.#internals = this.attachInternals();
// implement CustomStateSet
// patch CustomStateSet
if (!this.#internals.states) {

@@ -185,0 +186,0 @@ this.#internals.states = new Set();

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