Socket
Socket
Sign inDemoInstall

happy-dom

Package Overview
Dependencies
Maintainers
1
Versions
575
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

happy-dom - npm Package Compare versions

Comparing version 14.3.6 to 14.3.7

4

cjs/dom-token-list/DOMTokenList.d.ts

@@ -35,2 +35,6 @@ import Element from '../nodes/element/Element.cjs';

/**
* Returns an iterator, allowing you to go through all values of the key/value pairs contained in this object.
*/
[Symbol.iterator](): IterableIterator<string>;
/**
* Get ClassName.

@@ -37,0 +41,0 @@ *

@@ -35,2 +35,6 @@ import Element from '../nodes/element/Element.js';

/**
* Returns an iterator, allowing you to go through all values of the key/value pairs contained in this object.
*/
[Symbol.iterator](): IterableIterator<string>;
/**
* Get ClassName.

@@ -37,0 +41,0 @@ *

@@ -60,2 +60,8 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

/**
* Returns an iterator, allowing you to go through all values of the key/value pairs contained in this object.
*/
[(_DOMTokenList_length = new WeakMap(), _DOMTokenList_ownerElement = new WeakMap(), _DOMTokenList_attributeName = new WeakMap(), _DOMTokenList_instances = new WeakSet(), Symbol.iterator)]() {
return __classPrivateFieldGet(this, _DOMTokenList_instances, "m", _DOMTokenList_getTokenList).call(this).values();
}
/**
* Get ClassName.

@@ -189,3 +195,3 @@ *

*/
[(_DOMTokenList_length = new WeakMap(), _DOMTokenList_ownerElement = new WeakMap(), _DOMTokenList_attributeName = new WeakMap(), _DOMTokenList_instances = new WeakSet(), PropertySymbol.updateIndices)]() {
[PropertySymbol.updateIndices]() {
const list = __classPrivateFieldGet(this, _DOMTokenList_instances, "m", _DOMTokenList_getTokenList).call(this);

@@ -192,0 +198,0 @@ for (let i = list.length - 1, max = this.length; i < max; i++) {

2

package.json
{
"name": "happy-dom",
"version": "14.3.6",
"version": "14.3.7",
"license": "MIT",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/capricorn86/happy-dom",

@@ -55,2 +55,9 @@ import Element from '../nodes/element/Element.js';

/**
* Returns an iterator, allowing you to go through all values of the key/value pairs contained in this object.
*/
public [Symbol.iterator](): IterableIterator<string> {
return this.#getTokenList().values();
}
/**
* Get ClassName.

@@ -57,0 +64,0 @@ *

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc