New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

happy-dom-without-node

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

happy-dom-without-node - npm Package Compare versions

Comparing version 13.3.4 to 13.3.5

lib/event/events/ITouchEventInit.d.ts

48

lib/index.d.ts

@@ -37,2 +37,3 @@

import EventTarget from './event/EventTarget.js';
import Touch from './event/Touch.js';
import UIEvent from './event/UIEvent.js';

@@ -49,2 +50,3 @@ import AnimationEvent from './event/events/AnimationEvent.js';

import SubmitEvent from './event/events/SubmitEvent.js';
import TouchEvent from './event/events/TouchEvent.js';
import WheelEvent from './event/events/WheelEvent.js';

@@ -62,3 +64,2 @@ import DOMException from './exception/DOMException.js';

import History from './history/History.js';
import Location from './url/Location.js';
import MutationObserver from './mutation-observer/MutationObserver.js';

@@ -74,4 +75,6 @@ import MutationRecord from './mutation-observer/MutationRecord.js';

import HTMLCollection from './nodes/element/HTMLCollection.js';
import HTMLAnchorElement from './nodes/html-anchor-element/HTMLAnchorElement.js';
import HTMLAudioElement from './nodes/html-audio-element/HTMLAudioElement.js';
import HTMLBaseElement from './nodes/html-base-element/HTMLBaseElement.js';
import HTMLButtonElement from './nodes/html-button-element/HTMLButtonElement.js';
import HTMLDialogElement from './nodes/html-dialog-element/HTMLDialogElement.js';

@@ -91,3 +94,6 @@ import HTMLDocument from './nodes/html-document/HTMLDocument.js';

import HTMLMetaElement from './nodes/html-meta-element/HTMLMetaElement.js';
import HTMLOptGroupElement from './nodes/html-opt-group-element/HTMLOptGroupElement.js';
import HTMLOptionElement from './nodes/html-option-element/HTMLOptionElement.js';
import HTMLScriptElement from './nodes/html-script-element/HTMLScriptElement.js';
import HTMLSelectElement from './nodes/html-select-element/HTMLSelectElement.js';
import HTMLSlotElement from './nodes/html-slot-element/HTMLSlotElement.js';

@@ -97,9 +103,4 @@ import HTMLStyleElement from './nodes/html-style-element/HTMLStyleElement.js';

import HTMLTextAreaElement from './nodes/html-text-area-element/HTMLTextAreaElement.js';
import HTMLUnknownElement from './nodes/html-unknown-element/HTMLUnknownElement.js';
import HTMLVideoElement from './nodes/html-video-element/HTMLVideoElement.js';
import HTMLAnchorElement from './nodes/html-anchor-element/HTMLAnchorElement.js';
import HTMLButtonElement from './nodes/html-button-element/HTMLButtonElement.js';
import HTMLOptGroupElement from './nodes/html-opt-group-element/HTMLOptGroupElement.js';
import HTMLOptionElement from './nodes/html-option-element/HTMLOptionElement.js';
import HTMLSelectElement from './nodes/html-select-element/HTMLSelectElement.js';
import HTMLUnknownElement from './nodes/html-unknown-element/HTMLUnknownElement.js';
import Node from './nodes/node/Node.js';

@@ -124,2 +125,3 @@ import ProcessingInstruction from './nodes/processing-instruction/ProcessingInstruction.js';

import TreeWalker from './tree-walker/TreeWalker.js';
import Location from './url/Location.js';
import URL from './url/URL.js';

@@ -131,4 +133,11 @@ import BrowserWindow from './window/BrowserWindow.js';

import XMLSerializer from './xml-serializer/XMLSerializer.js';
import type IBrowser from './browser/types/IBrowser.js';
import type IBrowserContext from './browser/types/IBrowserContext.js';
import type IBrowserFrame from './browser/types/IBrowserFrame.js';
import type IBrowserPage from './browser/types/IBrowserPage.js';
import type IBrowserSettings from './browser/types/IBrowserSettings.js';
import type IOptionalBrowserSettings from './browser/types/IOptionalBrowserSettings.js';
import type IEventInit from './event/IEventInit.js';
import type IEventListener from './event/IEventListener.js';
import type ITouchInit from './event/ITouchInit.js';
import type IUIEventInit from './event/IUIEventInit.js';

@@ -145,2 +154,3 @@ import type IAnimationEventInit from './event/events/IAnimationEventInit.js';

import type ISubmitEventInit from './event/events/ISubmitEventInit.js';
import type ITouchEventInit from './event/events/ITouchEventInit.js';
import type IWheelEventInit from './event/events/IWheelEventInit.js';

@@ -157,4 +167,6 @@ import type IHeaders from './fetch/types/IHeaders.js';

import type IHTMLCollection from './nodes/element/IHTMLCollection.js';
import type IHTMLAnchorElement from './nodes/html-anchor-element/IHTMLAnchorElement.js';
import type IHTMLAudioElement from './nodes/html-audio-element/IHTMLAudioElement.js';
import type IHTMLBaseElement from './nodes/html-base-element/IHTMLBaseElement.js';
import type IHTMLButtonElement from './nodes/html-button-element/IHTMLButtonElement.js';
import type IHTMLDialogElement from './nodes/html-dialog-element/IHTMLDialogElement.js';

@@ -170,3 +182,7 @@ import type IHTMLElement from './nodes/html-element/IHTMLElement.js';

import type IHTMLLinkElement from './nodes/html-link-element/IHTMLLinkElement.js';
import type IHTMLMediaElement from './nodes/html-media-element/IHTMLMediaElement.js';
import type IHTMLMetaElement from './nodes/html-meta-element/IHTMLMetaElement.js';
import type IHTMLOptGroupElement from './nodes/html-opt-group-element/IHTMLOptGroupElement.js';
import type IHTMLOptionElement from './nodes/html-option-element/IHTMLOptionElement.js';
import type IHTMLSelectElement from './nodes/html-select-element/IHTMLSelectElement.js';
import type IHTMLSlotElement from './nodes/html-slot-element/IHTMLSlotElement.js';

@@ -177,8 +193,2 @@ import type IHTMLStyleElement from './nodes/html-style-element/IHTMLStyleElement.js';

import type IHTMLVideoElement from './nodes/html-video-element/IHTMLVideoElement.js';
import type IHTMLAnchorElement from './nodes/html-anchor-element/IHTMLAnchorElement.js';
import type IHTMLButtonElement from './nodes/html-button-element/IHTMLButtonElement.js';
import type IHTMLOptGroupElement from './nodes/html-opt-group-element/IHTMLOptGroupElement.js';
import type IHTMLOptionElement from './nodes/html-option-element/IHTMLOptionElement.js';
import type IHTMLSelectElement from './nodes/html-select-element/IHTMLSelectElement.js';
import type IHTMLMediaElement from './nodes/html-media-element/IHTMLMediaElement.js';
import type INode from './nodes/node/INode.js';

@@ -193,12 +203,6 @@ import type INodeList from './nodes/node/INodeList.js';

import type IBrowserWindow from './window/IBrowserWindow.js';
import type ICrossOriginBrowserWindow from './window/ICrossOriginBrowserWindow.js';
import type IWindow from './window/IWindow.js';
import type IBrowser from './browser/types/IBrowser.js';
import type IBrowserContext from './browser/types/IBrowserContext.js';
import type IBrowserFrame from './browser/types/IBrowserFrame.js';
import type IBrowserPage from './browser/types/IBrowserPage.js';
import type ICrossOriginBrowserWindow from './window/ICrossOriginBrowserWindow.js';
import type IOptionalBrowserSettings from './browser/types/IOptionalBrowserSettings.js';
import type IBrowserSettings from './browser/types/IBrowserSettings.js';
export type { IAnimationEventInit, IAttr, IBrowserWindow, IBrowser, IBrowserContext, IBrowserFrame, IBrowserPage, ICrossOriginBrowserWindow, IClipboardEventInit, IComment, ICustomEventInit, IDocument, IDocumentFragment, IDocumentType, IElement, IErrorEventInit, IEventInit, IEventListener, IFileList, IFocusEventInit, IHTMLAnchorElement, IHTMLButtonElement, IHTMLOptGroupElement, IHTMLOptionElement, IHTMLSelectElement, IHTMLAudioElement, IHTMLBaseElement, IHTMLCollection, IHTMLDialogElement, IHTMLElement, IHTMLFormControlsCollection, IHTMLFormElement, IHTMLIFrameElement, IHTMLImageElement, IHTMLInputElement, IHTMLLabelElement, IHTMLLinkElement, IHTMLMediaElement, IHTMLMetaElement, IHTMLSlotElement, IHTMLStyleElement, IHTMLTemplateElement, IHTMLTextAreaElement, IHTMLVideoElement, IHeaders, IInputEventInit, IKeyboardEventInit, IMouseEventInit, INode, INodeList, IProcessingInstruction, IProgressEventInit, IRequest, IResponse, ISVGElement, ISVGGraphicsElement, ISVGSVGElement, IShadowRoot, ISubmitEventInit, IText, IUIEventInit, IWheelEventInit, IWindow, IBrowserSettings, IOptionalBrowserSettings };
export { AbortController, AbortSignal, AnimationEvent, Attr, Blob, Browser, BrowserContext, BrowserErrorCaptureEnum, BrowserFrame, BrowserNavigationCrossOriginPolicyEnum, BrowserPage, BrowserWindow, CSSContainerRule, CSSFontFaceRule, CSSKeyframeRule, CSSKeyframesRule, CSSMediaRule, CSSRule, CSSStyleDeclaration, CSSStyleRule, CSSStyleSheet, CSSSupportsRule, Clipboard, ClipboardEvent, ClipboardItem, Comment, CustomElementRegistry, CustomEvent, DOMException, DOMParser, DOMRect, DataTransfer, DataTransferItem, DataTransferItemList, DetachedBrowser, DetachedBrowserContext, DetachedBrowserFrame, DetachedBrowserPage, Document, DocumentFragment, DocumentType, Element, ErrorEvent, Event, EventPhaseEnum, EventTarget, File, FileList, FileReader, FocusEvent, FormData, GlobalWindow, HTMLAnchorElement, HTMLButtonElement, HTMLAudioElement, HTMLOptGroupElement, HTMLOptionElement, HTMLUnknownElement, HTMLSelectElement, HTMLBaseElement, HTMLCollection, HTMLDialogElement, HTMLDocument, HTMLElement, HTMLFormControlsCollection, HTMLFormElement, HTMLIFrameElement, HTMLImageElement, HTMLInputElement, HTMLLabelElement, HTMLLinkElement, HTMLMediaElement, HTMLMetaElement, HTMLScriptElement, HTMLSlotElement, HTMLStyleElement, HTMLTemplateElement, HTMLTextAreaElement, HTMLVideoElement, HTMLElement as HTMLTitleElement, HTMLElement as HTMLHeadElement, HTMLElement as HTMLBodyElement, HTMLElement as HTMLHeadingElement, HTMLElement as HTMLParagraphElement, HTMLElement as HTMLHRElement, HTMLElement as HTMLPreElement, HTMLElement as HTMLUListElement, HTMLElement as HTMLOListElement, HTMLElement as HTMLLIElement, HTMLElement as HTMLMenuElement, HTMLElement as HTMLDListElement, HTMLElement as HTMLDivElement, HTMLElement as HTMLAreaElement, HTMLElement as HTMLBRElement, HTMLElement as HTMLCanvasElement, HTMLElement as HTMLDataElement, HTMLElement as HTMLDataListElement, HTMLElement as HTMLDetailsElement, HTMLElement as HTMLDirectoryElement, HTMLElement as HTMLFieldSetElement, HTMLElement as HTMLFontElement, HTMLElement as HTMLHtmlElement, HTMLElement as HTMLLegendElement, HTMLElement as HTMLMapElement, HTMLElement as HTMLMarqueeElement, HTMLElement as HTMLMeterElement, HTMLElement as HTMLModElement, HTMLElement as HTMLOutputElement, HTMLElement as HTMLPictureElement, HTMLElement as HTMLProgressElement, HTMLElement as HTMLQuoteElement, HTMLElement as HTMLSourceElement, HTMLElement as HTMLSpanElement, HTMLElement as HTMLTableCaptionElement, HTMLElement as HTMLTableCellElement, HTMLElement as HTMLTableColElement, HTMLElement as HTMLTableElement, HTMLElement as HTMLTimeElement, HTMLElement as HTMLTableRowElement, HTMLElement as HTMLTableSectionElement, HTMLElement as HTMLFrameElement, HTMLElement as HTMLFrameSetElement, HTMLElement as HTMLEmbedElement, HTMLElement as HTMLObjectElement, HTMLElement as HTMLParamElement, HTMLElement as HTMLTrackElement, Headers, History, Image, InputEvent, KeyboardEvent, Location, MouseEvent, MutationObserver, MutationRecord, Node, NodeFilter, NodeIterator, PermissionStatus, Permissions, ProcessingInstruction, ProgressEvent, Range, Request, ResizeObserver, Response, SVGDocument, SVGElement, SVGGraphicsElement, SVGSVGElement, Screen, Selection, ShadowRoot, Storage, SubmitEvent, Text, TreeWalker, UIEvent, URL, URLSearchParams, VirtualConsole, VirtualConsoleLogLevelEnum, VirtualConsoleLogTypeEnum, VirtualConsolePrinter, WheelEvent, Window, XMLDocument, XMLParser, XMLSerializer };
export type { IAnimationEventInit, IAttr, IBrowser, IBrowserContext, IBrowserFrame, IBrowserPage, IBrowserSettings, IBrowserWindow, IClipboardEventInit, IComment, ICrossOriginBrowserWindow, ICustomEventInit, IDocument, IDocumentFragment, IDocumentType, IElement, IErrorEventInit, IEventInit, IEventListener, IFileList, IFocusEventInit, IHTMLAnchorElement, IHTMLAudioElement, IHTMLBaseElement, IHTMLButtonElement, IHTMLCollection, IHTMLDialogElement, IHTMLElement, IHTMLFormControlsCollection, IHTMLFormElement, IHTMLIFrameElement, IHTMLImageElement, IHTMLInputElement, IHTMLLabelElement, IHTMLLinkElement, IHTMLMediaElement, IHTMLMetaElement, IHTMLOptGroupElement, IHTMLOptionElement, IHTMLSelectElement, IHTMLSlotElement, IHTMLStyleElement, IHTMLTemplateElement, IHTMLTextAreaElement, IHTMLVideoElement, IHeaders, IInputEventInit, IKeyboardEventInit, IMouseEventInit, INode, INodeList, IOptionalBrowserSettings, IProcessingInstruction, IProgressEventInit, IRequest, IResponse, ISVGElement, ISVGGraphicsElement, ISVGSVGElement, IShadowRoot, ISubmitEventInit, IText, ITouchEventInit, ITouchInit, IUIEventInit, IWheelEventInit, IWindow };
export { AbortController, AbortSignal, AnimationEvent, Attr, Blob, Browser, BrowserContext, BrowserErrorCaptureEnum, BrowserFrame, BrowserNavigationCrossOriginPolicyEnum, BrowserPage, BrowserWindow, CSSContainerRule, CSSFontFaceRule, CSSKeyframeRule, CSSKeyframesRule, CSSMediaRule, CSSRule, CSSStyleDeclaration, CSSStyleRule, CSSStyleSheet, CSSSupportsRule, Clipboard, ClipboardEvent, ClipboardItem, Comment, CustomElementRegistry, CustomEvent, DOMException, DOMParser, DOMRect, DataTransfer, DataTransferItem, DataTransferItemList, DetachedBrowser, DetachedBrowserContext, DetachedBrowserFrame, DetachedBrowserPage, Document, DocumentFragment, DocumentType, Element, ErrorEvent, Event, EventPhaseEnum, EventTarget, File, FileList, FileReader, FocusEvent, FormData, GlobalWindow, HTMLAnchorElement, HTMLElement as HTMLAreaElement, HTMLAudioElement, HTMLElement as HTMLBRElement, HTMLBaseElement, HTMLElement as HTMLBodyElement, HTMLButtonElement, HTMLElement as HTMLCanvasElement, HTMLCollection, HTMLElement as HTMLDListElement, HTMLElement as HTMLDataElement, HTMLElement as HTMLDataListElement, HTMLElement as HTMLDetailsElement, HTMLDialogElement, HTMLElement as HTMLDirectoryElement, HTMLElement as HTMLDivElement, HTMLDocument, HTMLElement, HTMLElement as HTMLEmbedElement, HTMLElement as HTMLFieldSetElement, HTMLElement as HTMLFontElement, HTMLFormControlsCollection, HTMLFormElement, HTMLElement as HTMLFrameElement, HTMLElement as HTMLFrameSetElement, HTMLElement as HTMLHRElement, HTMLElement as HTMLHeadElement, HTMLElement as HTMLHeadingElement, HTMLElement as HTMLHtmlElement, HTMLIFrameElement, HTMLImageElement, HTMLInputElement, HTMLElement as HTMLLIElement, HTMLLabelElement, HTMLElement as HTMLLegendElement, HTMLLinkElement, HTMLElement as HTMLMapElement, HTMLElement as HTMLMarqueeElement, HTMLMediaElement, HTMLElement as HTMLMenuElement, HTMLMetaElement, HTMLElement as HTMLMeterElement, HTMLElement as HTMLModElement, HTMLElement as HTMLOListElement, HTMLElement as HTMLObjectElement, HTMLOptGroupElement, HTMLOptionElement, HTMLElement as HTMLOutputElement, HTMLElement as HTMLParagraphElement, HTMLElement as HTMLParamElement, HTMLElement as HTMLPictureElement, HTMLElement as HTMLPreElement, HTMLElement as HTMLProgressElement, HTMLElement as HTMLQuoteElement, HTMLScriptElement, HTMLSelectElement, HTMLSlotElement, HTMLElement as HTMLSourceElement, HTMLElement as HTMLSpanElement, HTMLStyleElement, HTMLElement as HTMLTableCaptionElement, HTMLElement as HTMLTableCellElement, HTMLElement as HTMLTableColElement, HTMLElement as HTMLTableElement, HTMLElement as HTMLTableRowElement, HTMLElement as HTMLTableSectionElement, HTMLTemplateElement, HTMLTextAreaElement, HTMLElement as HTMLTimeElement, HTMLElement as HTMLTitleElement, HTMLElement as HTMLTrackElement, HTMLElement as HTMLUListElement, HTMLUnknownElement, HTMLVideoElement, Headers, History, Image, InputEvent, KeyboardEvent, Location, MouseEvent, MutationObserver, MutationRecord, Node, NodeFilter, NodeIterator, PermissionStatus, Permissions, ProcessingInstruction, ProgressEvent, Range, Request, ResizeObserver, Response, SVGDocument, SVGElement, SVGGraphicsElement, SVGSVGElement, Screen, Selection, ShadowRoot, Storage, SubmitEvent, Text, Touch, TouchEvent, TreeWalker, UIEvent, URL, URLSearchParams, VirtualConsole, VirtualConsoleLogLevelEnum, VirtualConsoleLogTypeEnum, VirtualConsolePrinter, WheelEvent, Window, XMLDocument, XMLParser, XMLSerializer };
//# sourceMappingURL=index.d.ts.map

@@ -36,2 +36,3 @@ import { URLSearchParams } from './polyfills/url.js';

import EventTarget from './event/EventTarget.js';
import Touch from './event/Touch.js';
import UIEvent from './event/UIEvent.js';

@@ -48,2 +49,3 @@ import AnimationEvent from './event/events/AnimationEvent.js';

import SubmitEvent from './event/events/SubmitEvent.js';
import TouchEvent from './event/events/TouchEvent.js';
import WheelEvent from './event/events/WheelEvent.js';

@@ -61,3 +63,2 @@ import DOMException from './exception/DOMException.js';

import History from './history/History.js';
import Location from './url/Location.js';
import MutationObserver from './mutation-observer/MutationObserver.js';

@@ -73,4 +74,6 @@ import MutationRecord from './mutation-observer/MutationRecord.js';

import HTMLCollection from './nodes/element/HTMLCollection.js';
import HTMLAnchorElement from './nodes/html-anchor-element/HTMLAnchorElement.js';
import HTMLAudioElement from './nodes/html-audio-element/HTMLAudioElement.js';
import HTMLBaseElement from './nodes/html-base-element/HTMLBaseElement.js';
import HTMLButtonElement from './nodes/html-button-element/HTMLButtonElement.js';
import HTMLDialogElement from './nodes/html-dialog-element/HTMLDialogElement.js';

@@ -90,3 +93,6 @@ import HTMLDocument from './nodes/html-document/HTMLDocument.js';

import HTMLMetaElement from './nodes/html-meta-element/HTMLMetaElement.js';
import HTMLOptGroupElement from './nodes/html-opt-group-element/HTMLOptGroupElement.js';
import HTMLOptionElement from './nodes/html-option-element/HTMLOptionElement.js';
import HTMLScriptElement from './nodes/html-script-element/HTMLScriptElement.js';
import HTMLSelectElement from './nodes/html-select-element/HTMLSelectElement.js';
import HTMLSlotElement from './nodes/html-slot-element/HTMLSlotElement.js';

@@ -96,9 +102,4 @@ import HTMLStyleElement from './nodes/html-style-element/HTMLStyleElement.js';

import HTMLTextAreaElement from './nodes/html-text-area-element/HTMLTextAreaElement.js';
import HTMLUnknownElement from './nodes/html-unknown-element/HTMLUnknownElement.js';
import HTMLVideoElement from './nodes/html-video-element/HTMLVideoElement.js';
import HTMLAnchorElement from './nodes/html-anchor-element/HTMLAnchorElement.js';
import HTMLButtonElement from './nodes/html-button-element/HTMLButtonElement.js';
import HTMLOptGroupElement from './nodes/html-opt-group-element/HTMLOptGroupElement.js';
import HTMLOptionElement from './nodes/html-option-element/HTMLOptionElement.js';
import HTMLSelectElement from './nodes/html-select-element/HTMLSelectElement.js';
import HTMLUnknownElement from './nodes/html-unknown-element/HTMLUnknownElement.js';
import Node from './nodes/node/Node.js';

@@ -123,2 +124,3 @@ import ProcessingInstruction from './nodes/processing-instruction/ProcessingInstruction.js';

import TreeWalker from './tree-walker/TreeWalker.js';
import Location from './url/Location.js';
import URL from './url/URL.js';

@@ -130,3 +132,3 @@ import BrowserWindow from './window/BrowserWindow.js';

import XMLSerializer from './xml-serializer/XMLSerializer.js';
export { AbortController, AbortSignal, AnimationEvent, Attr, Blob, Browser, BrowserContext, BrowserErrorCaptureEnum, BrowserFrame, BrowserNavigationCrossOriginPolicyEnum, BrowserPage, BrowserWindow, CSSContainerRule, CSSFontFaceRule, CSSKeyframeRule, CSSKeyframesRule, CSSMediaRule, CSSRule, CSSStyleDeclaration, CSSStyleRule, CSSStyleSheet, CSSSupportsRule, Clipboard, ClipboardEvent, ClipboardItem, Comment, CustomElementRegistry, CustomEvent, DOMException, DOMParser, DOMRect, DataTransfer, DataTransferItem, DataTransferItemList, DetachedBrowser, DetachedBrowserContext, DetachedBrowserFrame, DetachedBrowserPage, Document, DocumentFragment, DocumentType, Element, ErrorEvent, Event, EventPhaseEnum, EventTarget, File, FileList, FileReader, FocusEvent, FormData, GlobalWindow, HTMLAnchorElement, HTMLButtonElement, HTMLAudioElement, HTMLOptGroupElement, HTMLOptionElement, HTMLUnknownElement, HTMLSelectElement, HTMLBaseElement, HTMLCollection, HTMLDialogElement, HTMLDocument, HTMLElement, HTMLFormControlsCollection, HTMLFormElement, HTMLIFrameElement, HTMLImageElement, HTMLInputElement, HTMLLabelElement, HTMLLinkElement, HTMLMediaElement, HTMLMetaElement, HTMLScriptElement, HTMLSlotElement, HTMLStyleElement, HTMLTemplateElement, HTMLTextAreaElement, HTMLVideoElement, HTMLElement as HTMLTitleElement, HTMLElement as HTMLHeadElement, HTMLElement as HTMLBodyElement, HTMLElement as HTMLHeadingElement, HTMLElement as HTMLParagraphElement, HTMLElement as HTMLHRElement, HTMLElement as HTMLPreElement, HTMLElement as HTMLUListElement, HTMLElement as HTMLOListElement, HTMLElement as HTMLLIElement, HTMLElement as HTMLMenuElement, HTMLElement as HTMLDListElement, HTMLElement as HTMLDivElement, HTMLElement as HTMLAreaElement, HTMLElement as HTMLBRElement, HTMLElement as HTMLCanvasElement, HTMLElement as HTMLDataElement, HTMLElement as HTMLDataListElement, HTMLElement as HTMLDetailsElement, HTMLElement as HTMLDirectoryElement, HTMLElement as HTMLFieldSetElement, HTMLElement as HTMLFontElement, HTMLElement as HTMLHtmlElement, HTMLElement as HTMLLegendElement, HTMLElement as HTMLMapElement, HTMLElement as HTMLMarqueeElement, HTMLElement as HTMLMeterElement, HTMLElement as HTMLModElement, HTMLElement as HTMLOutputElement, HTMLElement as HTMLPictureElement, HTMLElement as HTMLProgressElement, HTMLElement as HTMLQuoteElement, HTMLElement as HTMLSourceElement, HTMLElement as HTMLSpanElement, HTMLElement as HTMLTableCaptionElement, HTMLElement as HTMLTableCellElement, HTMLElement as HTMLTableColElement, HTMLElement as HTMLTableElement, HTMLElement as HTMLTimeElement, HTMLElement as HTMLTableRowElement, HTMLElement as HTMLTableSectionElement, HTMLElement as HTMLFrameElement, HTMLElement as HTMLFrameSetElement, HTMLElement as HTMLEmbedElement, HTMLElement as HTMLObjectElement, HTMLElement as HTMLParamElement, HTMLElement as HTMLTrackElement, Headers, History, Image, InputEvent, KeyboardEvent, Location, MouseEvent, MutationObserver, MutationRecord, Node, NodeFilter, NodeIterator, PermissionStatus, Permissions, ProcessingInstruction, ProgressEvent, Range, Request, ResizeObserver, Response, SVGDocument, SVGElement, SVGGraphicsElement, SVGSVGElement, Screen, Selection, ShadowRoot, Storage, SubmitEvent, Text, TreeWalker, UIEvent, URL, URLSearchParams, VirtualConsole, VirtualConsoleLogLevelEnum, VirtualConsoleLogTypeEnum, VirtualConsolePrinter, WheelEvent, Window, XMLDocument, XMLParser, XMLSerializer };
export { AbortController, AbortSignal, AnimationEvent, Attr, Blob, Browser, BrowserContext, BrowserErrorCaptureEnum, BrowserFrame, BrowserNavigationCrossOriginPolicyEnum, BrowserPage, BrowserWindow, CSSContainerRule, CSSFontFaceRule, CSSKeyframeRule, CSSKeyframesRule, CSSMediaRule, CSSRule, CSSStyleDeclaration, CSSStyleRule, CSSStyleSheet, CSSSupportsRule, Clipboard, ClipboardEvent, ClipboardItem, Comment, CustomElementRegistry, CustomEvent, DOMException, DOMParser, DOMRect, DataTransfer, DataTransferItem, DataTransferItemList, DetachedBrowser, DetachedBrowserContext, DetachedBrowserFrame, DetachedBrowserPage, Document, DocumentFragment, DocumentType, Element, ErrorEvent, Event, EventPhaseEnum, EventTarget, File, FileList, FileReader, FocusEvent, FormData, GlobalWindow, HTMLAnchorElement, HTMLElement as HTMLAreaElement, HTMLAudioElement, HTMLElement as HTMLBRElement, HTMLBaseElement, HTMLElement as HTMLBodyElement, HTMLButtonElement, HTMLElement as HTMLCanvasElement, HTMLCollection, HTMLElement as HTMLDListElement, HTMLElement as HTMLDataElement, HTMLElement as HTMLDataListElement, HTMLElement as HTMLDetailsElement, HTMLDialogElement, HTMLElement as HTMLDirectoryElement, HTMLElement as HTMLDivElement, HTMLDocument, HTMLElement, HTMLElement as HTMLEmbedElement, HTMLElement as HTMLFieldSetElement, HTMLElement as HTMLFontElement, HTMLFormControlsCollection, HTMLFormElement, HTMLElement as HTMLFrameElement, HTMLElement as HTMLFrameSetElement, HTMLElement as HTMLHRElement, HTMLElement as HTMLHeadElement, HTMLElement as HTMLHeadingElement, HTMLElement as HTMLHtmlElement, HTMLIFrameElement, HTMLImageElement, HTMLInputElement, HTMLElement as HTMLLIElement, HTMLLabelElement, HTMLElement as HTMLLegendElement, HTMLLinkElement, HTMLElement as HTMLMapElement, HTMLElement as HTMLMarqueeElement, HTMLMediaElement, HTMLElement as HTMLMenuElement, HTMLMetaElement, HTMLElement as HTMLMeterElement, HTMLElement as HTMLModElement, HTMLElement as HTMLOListElement, HTMLElement as HTMLObjectElement, HTMLOptGroupElement, HTMLOptionElement, HTMLElement as HTMLOutputElement, HTMLElement as HTMLParagraphElement, HTMLElement as HTMLParamElement, HTMLElement as HTMLPictureElement, HTMLElement as HTMLPreElement, HTMLElement as HTMLProgressElement, HTMLElement as HTMLQuoteElement, HTMLScriptElement, HTMLSelectElement, HTMLSlotElement, HTMLElement as HTMLSourceElement, HTMLElement as HTMLSpanElement, HTMLStyleElement, HTMLElement as HTMLTableCaptionElement, HTMLElement as HTMLTableCellElement, HTMLElement as HTMLTableColElement, HTMLElement as HTMLTableElement, HTMLElement as HTMLTableRowElement, HTMLElement as HTMLTableSectionElement, HTMLTemplateElement, HTMLTextAreaElement, HTMLElement as HTMLTimeElement, HTMLElement as HTMLTitleElement, HTMLElement as HTMLTrackElement, HTMLElement as HTMLUListElement, HTMLUnknownElement, HTMLVideoElement, Headers, History, Image, InputEvent, KeyboardEvent, Location, MouseEvent, MutationObserver, MutationRecord, Node, NodeFilter, NodeIterator, PermissionStatus, Permissions, ProcessingInstruction, ProgressEvent, Range, Request, ResizeObserver, Response, SVGDocument, SVGElement, SVGGraphicsElement, SVGSVGElement, Screen, Selection, ShadowRoot, Storage, SubmitEvent, Text, Touch, TouchEvent, TreeWalker, UIEvent, URL, URLSearchParams, VirtualConsole, VirtualConsoleLogLevelEnum, VirtualConsoleLogTypeEnum, VirtualConsolePrinter, WheelEvent, Window, XMLDocument, XMLParser, XMLSerializer };
//# sourceMappingURL=index.js.map

@@ -25,3 +25,3 @@ import SelectorItem from './SelectorItem.js';

*/
const SELECTOR_REGEXP = /(\*)|([a-zA-Z0-9-]+)|#((?:[a-zA-Z0-9-_]|\\.)+)|\.((?:[a-zA-Z0-9-_]|\\.)+)|\[([a-zA-Z0-9-_]+)\]|\[([a-zA-Z0-9-_]+) *([~|^$*]{0,1}) *= *["']{1}([^"']*)["']{1} *(s|i){0,1}\]|\[([a-zA-Z0-9-_]+) *([~|^$*]{0,1}) *= *([^\]]*)\]|:([a-zA-Z-]+) *\(([^)]+)\)|:([a-zA-Z-]+)|::([a-zA-Z-]+)|([ ,+>]*)/g;
const SELECTOR_REGEXP = /(\*)|([a-zA-Z0-9-]+)|#((?:[a-zA-Z0-9-_]|\\.)+)|\.((?:[a-zA-Z0-9-_]|\\.)+)|\[([a-zA-Z0-9-_]+)\]|\[([a-zA-Z0-9-_]+) *([~|^$*]{0,1}) *= *["']{1}([^"']*)["']{1} *(s|i){0,1}\]|\[([a-zA-Z0-9-_]+) *([~|^$*]{0,1}) *= *([^\]]*)\]|:([a-zA-Z-]+) *\(([^)]+\)?)\)|:([a-zA-Z-]+)|::([a-zA-Z-]+)|([ ,+>]*)/g;
/**

@@ -28,0 +28,0 @@ * Escaped Character RegExp.

@@ -1,1 +0,1 @@

export default { version: '13.3.4' };
export default { version: '13.3.5' };

@@ -53,2 +53,4 @@

import MediaQueryListEvent from '../event/events/MediaQueryListEvent.js';
import TouchEvent from '../event/events/TouchEvent.js';
import Touch from '../event/Touch.js';
import EventTarget from '../event/EventTarget.js';

@@ -260,2 +262,4 @@ import MessagePort from '../event/MessagePort.js';

readonly ClipboardEvent: typeof ClipboardEvent;
readonly TouchEvent: typeof TouchEvent;
readonly Touch: typeof Touch;
readonly AudioProcessingEvent: typeof Event;

@@ -295,3 +299,2 @@ readonly BeforeInputEvent: typeof Event;

readonly TimeEvent: typeof Event;
readonly TouchEvent: typeof Event;
readonly TrackEvent: typeof Event;

@@ -298,0 +301,0 @@ readonly TransitionEvent: typeof Event;

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

import MediaQueryListEvent from '../event/events/MediaQueryListEvent.js';
import TouchEvent from '../event/events/TouchEvent.js';
import Touch from '../event/Touch.js';
import EventTarget from '../event/EventTarget.js';

@@ -264,3 +266,3 @@ import MessagePort from '../event/MessagePort.js';

this.HTMLTrackElement = HTMLElement;
// Events classes
// Event classes
this.Event = Event;

@@ -283,2 +285,4 @@ this.UIEvent = UIEvent;

this.ClipboardEvent = ClipboardEvent;
this.TouchEvent = TouchEvent;
this.Touch = Touch;
// Non-implemented event classes

@@ -319,3 +323,2 @@ this.AudioProcessingEvent = Event;

this.TimeEvent = Event;
this.TouchEvent = Event;
this.TrackEvent = Event;

@@ -322,0 +325,0 @@ this.TransitionEvent = Event;

@@ -54,2 +54,4 @@

import MediaQueryListEvent from '../event/events/MediaQueryListEvent.js';
import TouchEvent from '../event/events/TouchEvent.js';
import Touch from '../event/Touch.js';
import EventTarget from '../event/EventTarget.js';

@@ -260,2 +262,4 @@ import { URLSearchParams } from '../polyfills/url.js';

readonly ClipboardEvent: typeof ClipboardEvent;
readonly TouchEvent: typeof TouchEvent;
readonly Touch: typeof Touch;
/**

@@ -298,3 +302,2 @@ * Non-implemented event classes

readonly TimeEvent: typeof Event;
readonly TouchEvent: typeof Event;
readonly TrackEvent: typeof Event;

@@ -301,0 +304,0 @@ readonly TransitionEvent: typeof Event;

{
"name": "happy-dom-without-node",
"version": "13.3.4",
"version": "13.3.5",
"license": "MIT",

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

@@ -36,2 +36,3 @@ import { URLSearchParams } from 'url';

import EventTarget from './event/EventTarget.js';
import Touch from './event/Touch.js';
import UIEvent from './event/UIEvent.js';

@@ -48,2 +49,3 @@ import AnimationEvent from './event/events/AnimationEvent.js';

import SubmitEvent from './event/events/SubmitEvent.js';
import TouchEvent from './event/events/TouchEvent.js';
import WheelEvent from './event/events/WheelEvent.js';

@@ -61,3 +63,2 @@ import DOMException from './exception/DOMException.js';

import History from './history/History.js';
import Location from './url/Location.js';
import MutationObserver from './mutation-observer/MutationObserver.js';

@@ -73,4 +74,6 @@ import MutationRecord from './mutation-observer/MutationRecord.js';

import HTMLCollection from './nodes/element/HTMLCollection.js';
import HTMLAnchorElement from './nodes/html-anchor-element/HTMLAnchorElement.js';
import HTMLAudioElement from './nodes/html-audio-element/HTMLAudioElement.js';
import HTMLBaseElement from './nodes/html-base-element/HTMLBaseElement.js';
import HTMLButtonElement from './nodes/html-button-element/HTMLButtonElement.js';
import HTMLDialogElement from './nodes/html-dialog-element/HTMLDialogElement.js';

@@ -90,3 +93,6 @@ import HTMLDocument from './nodes/html-document/HTMLDocument.js';

import HTMLMetaElement from './nodes/html-meta-element/HTMLMetaElement.js';
import HTMLOptGroupElement from './nodes/html-opt-group-element/HTMLOptGroupElement.js';
import HTMLOptionElement from './nodes/html-option-element/HTMLOptionElement.js';
import HTMLScriptElement from './nodes/html-script-element/HTMLScriptElement.js';
import HTMLSelectElement from './nodes/html-select-element/HTMLSelectElement.js';
import HTMLSlotElement from './nodes/html-slot-element/HTMLSlotElement.js';

@@ -96,9 +102,4 @@ import HTMLStyleElement from './nodes/html-style-element/HTMLStyleElement.js';

import HTMLTextAreaElement from './nodes/html-text-area-element/HTMLTextAreaElement.js';
import HTMLUnknownElement from './nodes/html-unknown-element/HTMLUnknownElement.js';
import HTMLVideoElement from './nodes/html-video-element/HTMLVideoElement.js';
import HTMLAnchorElement from './nodes/html-anchor-element/HTMLAnchorElement.js';
import HTMLButtonElement from './nodes/html-button-element/HTMLButtonElement.js';
import HTMLOptGroupElement from './nodes/html-opt-group-element/HTMLOptGroupElement.js';
import HTMLOptionElement from './nodes/html-option-element/HTMLOptionElement.js';
import HTMLSelectElement from './nodes/html-select-element/HTMLSelectElement.js';
import HTMLUnknownElement from './nodes/html-unknown-element/HTMLUnknownElement.js';
import Node from './nodes/node/Node.js';

@@ -123,2 +124,3 @@ import ProcessingInstruction from './nodes/processing-instruction/ProcessingInstruction.js';

import TreeWalker from './tree-walker/TreeWalker.js';
import Location from './url/Location.js';
import URL from './url/URL.js';

@@ -131,4 +133,11 @@ import BrowserWindow from './window/BrowserWindow.js';

import type IBrowser from './browser/types/IBrowser.js';
import type IBrowserContext from './browser/types/IBrowserContext.js';
import type IBrowserFrame from './browser/types/IBrowserFrame.js';
import type IBrowserPage from './browser/types/IBrowserPage.js';
import type IBrowserSettings from './browser/types/IBrowserSettings.js';
import type IOptionalBrowserSettings from './browser/types/IOptionalBrowserSettings.js';
import type IEventInit from './event/IEventInit.js';
import type IEventListener from './event/IEventListener.js';
import type ITouchInit from './event/ITouchInit.js';
import type IUIEventInit from './event/IUIEventInit.js';

@@ -145,2 +154,3 @@ import type IAnimationEventInit from './event/events/IAnimationEventInit.js';

import type ISubmitEventInit from './event/events/ISubmitEventInit.js';
import type ITouchEventInit from './event/events/ITouchEventInit.js';
import type IWheelEventInit from './event/events/IWheelEventInit.js';

@@ -157,4 +167,6 @@ import type IHeaders from './fetch/types/IHeaders.js';

import type IHTMLCollection from './nodes/element/IHTMLCollection.js';
import type IHTMLAnchorElement from './nodes/html-anchor-element/IHTMLAnchorElement.js';
import type IHTMLAudioElement from './nodes/html-audio-element/IHTMLAudioElement.js';
import type IHTMLBaseElement from './nodes/html-base-element/IHTMLBaseElement.js';
import type IHTMLButtonElement from './nodes/html-button-element/IHTMLButtonElement.js';
import type IHTMLDialogElement from './nodes/html-dialog-element/IHTMLDialogElement.js';

@@ -170,3 +182,7 @@ import type IHTMLElement from './nodes/html-element/IHTMLElement.js';

import type IHTMLLinkElement from './nodes/html-link-element/IHTMLLinkElement.js';
import type IHTMLMediaElement from './nodes/html-media-element/IHTMLMediaElement.js';
import type IHTMLMetaElement from './nodes/html-meta-element/IHTMLMetaElement.js';
import type IHTMLOptGroupElement from './nodes/html-opt-group-element/IHTMLOptGroupElement.js';
import type IHTMLOptionElement from './nodes/html-option-element/IHTMLOptionElement.js';
import type IHTMLSelectElement from './nodes/html-select-element/IHTMLSelectElement.js';
import type IHTMLSlotElement from './nodes/html-slot-element/IHTMLSlotElement.js';

@@ -177,8 +193,2 @@ import type IHTMLStyleElement from './nodes/html-style-element/IHTMLStyleElement.js';

import type IHTMLVideoElement from './nodes/html-video-element/IHTMLVideoElement.js';
import type IHTMLAnchorElement from './nodes/html-anchor-element/IHTMLAnchorElement.js';
import type IHTMLButtonElement from './nodes/html-button-element/IHTMLButtonElement.js';
import type IHTMLOptGroupElement from './nodes/html-opt-group-element/IHTMLOptGroupElement.js';
import type IHTMLOptionElement from './nodes/html-option-element/IHTMLOptionElement.js';
import type IHTMLSelectElement from './nodes/html-select-element/IHTMLSelectElement.js';
import type IHTMLMediaElement from './nodes/html-media-element/IHTMLMediaElement.js';
import type INode from './nodes/node/INode.js';

@@ -193,10 +203,4 @@ import type INodeList from './nodes/node/INodeList.js';

import type IBrowserWindow from './window/IBrowserWindow.js';
import type ICrossOriginBrowserWindow from './window/ICrossOriginBrowserWindow.js';
import type IWindow from './window/IWindow.js';
import type IBrowser from './browser/types/IBrowser.js';
import type IBrowserContext from './browser/types/IBrowserContext.js';
import type IBrowserFrame from './browser/types/IBrowserFrame.js';
import type IBrowserPage from './browser/types/IBrowserPage.js';
import type ICrossOriginBrowserWindow from './window/ICrossOriginBrowserWindow.js';
import type IOptionalBrowserSettings from './browser/types/IOptionalBrowserSettings.js';
import type IBrowserSettings from './browser/types/IBrowserSettings.js';

@@ -206,3 +210,2 @@ export type {

IAttr,
IBrowserWindow,
IBrowser,

@@ -212,5 +215,7 @@ IBrowserContext,

IBrowserPage,
ICrossOriginBrowserWindow,
IBrowserSettings,
IBrowserWindow,
IClipboardEventInit,
IComment,
ICrossOriginBrowserWindow,
ICustomEventInit,

@@ -227,8 +232,5 @@ IDocument,

IHTMLAnchorElement,
IHTMLButtonElement,
IHTMLOptGroupElement,
IHTMLOptionElement,
IHTMLSelectElement,
IHTMLAudioElement,
IHTMLBaseElement,
IHTMLButtonElement,
IHTMLCollection,

@@ -246,2 +248,5 @@ IHTMLDialogElement,

IHTMLMetaElement,
IHTMLOptGroupElement,
IHTMLOptionElement,
IHTMLSelectElement,
IHTMLSlotElement,

@@ -258,2 +263,3 @@ IHTMLStyleElement,

INodeList,
IOptionalBrowserSettings,
IProcessingInstruction,

@@ -269,7 +275,7 @@ IProgressEventInit,

IText,
ITouchEventInit,
ITouchInit,
IUIEventInit,
IWheelEventInit,
IWindow,
IBrowserSettings,
IOptionalBrowserSettings
IWindow
};

@@ -331,62 +337,61 @@

HTMLAnchorElement,
HTMLButtonElement,
HTMLElement as HTMLAreaElement,
HTMLAudioElement,
HTMLOptGroupElement,
HTMLOptionElement,
HTMLUnknownElement,
HTMLSelectElement,
HTMLElement as HTMLBRElement,
HTMLBaseElement,
HTMLElement as HTMLBodyElement,
HTMLButtonElement,
HTMLElement as HTMLCanvasElement,
HTMLCollection,
HTMLElement as HTMLDListElement,
HTMLElement as HTMLDataElement,
HTMLElement as HTMLDataListElement,
HTMLElement as HTMLDetailsElement,
HTMLDialogElement,
HTMLElement as HTMLDirectoryElement,
HTMLElement as HTMLDivElement,
HTMLDocument,
HTMLElement,
HTMLElement as HTMLEmbedElement,
HTMLElement as HTMLFieldSetElement,
HTMLElement as HTMLFontElement,
HTMLFormControlsCollection,
HTMLFormElement,
HTMLElement as HTMLFrameElement,
HTMLElement as HTMLFrameSetElement,
HTMLElement as HTMLHRElement,
HTMLElement as HTMLHeadElement,
HTMLElement as HTMLHeadingElement,
HTMLElement as HTMLHtmlElement,
HTMLIFrameElement,
HTMLImageElement,
HTMLInputElement,
HTMLElement as HTMLLIElement,
HTMLLabelElement,
HTMLElement as HTMLLegendElement,
HTMLLinkElement,
HTMLElement as HTMLMapElement,
HTMLElement as HTMLMarqueeElement,
HTMLMediaElement,
HTMLElement as HTMLMenuElement,
HTMLMetaElement,
HTMLScriptElement,
HTMLSlotElement,
HTMLStyleElement,
HTMLTemplateElement,
HTMLTextAreaElement,
HTMLVideoElement,
HTMLElement as HTMLTitleElement,
HTMLElement as HTMLHeadElement,
HTMLElement as HTMLBodyElement,
HTMLElement as HTMLHeadingElement,
HTMLElement as HTMLParagraphElement,
HTMLElement as HTMLHRElement,
HTMLElement as HTMLPreElement,
HTMLElement as HTMLUListElement,
HTMLElement as HTMLOListElement,
HTMLElement as HTMLLIElement,
HTMLElement as HTMLMenuElement,
HTMLElement as HTMLDListElement,
HTMLElement as HTMLDivElement,
HTMLElement as HTMLAreaElement,
HTMLElement as HTMLBRElement,
HTMLElement as HTMLCanvasElement,
HTMLElement as HTMLDataElement,
HTMLElement as HTMLDataListElement,
HTMLElement as HTMLDetailsElement,
HTMLElement as HTMLDirectoryElement,
HTMLElement as HTMLFieldSetElement,
HTMLElement as HTMLFontElement,
HTMLElement as HTMLHtmlElement,
HTMLElement as HTMLLegendElement,
HTMLElement as HTMLMapElement,
HTMLElement as HTMLMarqueeElement,
HTMLElement as HTMLMeterElement,
HTMLElement as HTMLModElement,
HTMLElement as HTMLOListElement,
HTMLElement as HTMLObjectElement,
HTMLOptGroupElement,
HTMLOptionElement,
HTMLElement as HTMLOutputElement,
HTMLElement as HTMLParagraphElement,
HTMLElement as HTMLParamElement,
HTMLElement as HTMLPictureElement,
HTMLElement as HTMLPreElement,
HTMLElement as HTMLProgressElement,
HTMLElement as HTMLQuoteElement,
HTMLScriptElement,
HTMLSelectElement,
HTMLSlotElement,
HTMLElement as HTMLSourceElement,
HTMLElement as HTMLSpanElement,
HTMLStyleElement,
HTMLElement as HTMLTableCaptionElement,

@@ -396,11 +401,12 @@ HTMLElement as HTMLTableCellElement,

HTMLElement as HTMLTableElement,
HTMLElement as HTMLTimeElement,
HTMLElement as HTMLTableRowElement,
HTMLElement as HTMLTableSectionElement,
HTMLElement as HTMLFrameElement,
HTMLElement as HTMLFrameSetElement,
HTMLElement as HTMLEmbedElement,
HTMLElement as HTMLObjectElement,
HTMLElement as HTMLParamElement,
HTMLTemplateElement,
HTMLTextAreaElement,
HTMLElement as HTMLTimeElement,
HTMLElement as HTMLTitleElement,
HTMLElement as HTMLTrackElement,
HTMLElement as HTMLUListElement,
HTMLUnknownElement,
HTMLVideoElement,
Headers,

@@ -436,2 +442,4 @@ History,

Text,
Touch,
TouchEvent,
TreeWalker,

@@ -438,0 +446,0 @@ UIEvent,

@@ -28,3 +28,3 @@ import SelectorItem from './SelectorItem.js';

const SELECTOR_REGEXP =
/(\*)|([a-zA-Z0-9-]+)|#((?:[a-zA-Z0-9-_]|\\.)+)|\.((?:[a-zA-Z0-9-_]|\\.)+)|\[([a-zA-Z0-9-_]+)\]|\[([a-zA-Z0-9-_]+) *([~|^$*]{0,1}) *= *["']{1}([^"']*)["']{1} *(s|i){0,1}\]|\[([a-zA-Z0-9-_]+) *([~|^$*]{0,1}) *= *([^\]]*)\]|:([a-zA-Z-]+) *\(([^)]+)\)|:([a-zA-Z-]+)|::([a-zA-Z-]+)|([ ,+>]*)/g;
/(\*)|([a-zA-Z0-9-]+)|#((?:[a-zA-Z0-9-_]|\\.)+)|\.((?:[a-zA-Z0-9-_]|\\.)+)|\[([a-zA-Z0-9-_]+)\]|\[([a-zA-Z0-9-_]+) *([~|^$*]{0,1}) *= *["']{1}([^"']*)["']{1} *(s|i){0,1}\]|\[([a-zA-Z0-9-_]+) *([~|^$*]{0,1}) *= *([^\]]*)\]|:([a-zA-Z-]+) *\(([^)]+\)?)\)|:([a-zA-Z-]+)|::([a-zA-Z-]+)|([ ,+>]*)/g;

@@ -31,0 +31,0 @@ /**

@@ -47,2 +47,4 @@ import CustomElementRegistry from '../custom-element/CustomElementRegistry.js';

import MediaQueryListEvent from '../event/events/MediaQueryListEvent.js';
import TouchEvent from '../event/events/TouchEvent.js';
import Touch from '../event/Touch.js';
import EventTarget from '../event/EventTarget.js';

@@ -264,3 +266,3 @@ import MessagePort from '../event/MessagePort.js';

// Events classes
// Event classes
public readonly Event = Event;

@@ -283,2 +285,4 @@ public readonly UIEvent = UIEvent;

public readonly ClipboardEvent = ClipboardEvent;
public readonly TouchEvent = TouchEvent;
public readonly Touch = Touch;

@@ -320,3 +324,2 @@ // Non-implemented event classes

public readonly TimeEvent = Event;
public readonly TouchEvent = Event;
public readonly TrackEvent = Event;

@@ -323,0 +326,0 @@ public readonly TransitionEvent = Event;

@@ -48,2 +48,4 @@ import CustomElementRegistry from '../custom-element/CustomElementRegistry.js';

import MediaQueryListEvent from '../event/events/MediaQueryListEvent.js';
import TouchEvent from '../event/events/TouchEvent.js';
import Touch from '../event/Touch.js';
import EventTarget from '../event/EventTarget.js';

@@ -261,2 +263,4 @@ import { URLSearchParams } from 'url';

readonly ClipboardEvent: typeof ClipboardEvent;
readonly TouchEvent: typeof TouchEvent;
readonly Touch: typeof Touch;

@@ -300,3 +304,2 @@ /**

readonly TimeEvent: typeof Event;
readonly TouchEvent: typeof Event;
readonly TrackEvent: typeof Event;

@@ -303,0 +306,0 @@ readonly TransitionEvent: typeof Event;

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

Sorry, the diff of this file is not supported yet

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