Socket
Socket
Sign inDemoInstall

happy-dom

Package Overview
Dependencies
Maintainers
1
Versions
576
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 0.4.3 to 0.4.4

2

package.json
{
"name": "happy-dom",
"version": "0.4.3",
"version": "0.4.4",
"license": "MIT",

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

@@ -127,3 +127,3 @@ # Happy DOM

window.whenAsynComplete().then(() => {
window.whenAsyncComplete().then(() => {
const myContainer = document.querySelector('.myContainer');

@@ -198,3 +198,3 @@

| ------- | ---------- | ---------------- |
| 0.4.3 | 2019-10-08 | Fixes issue with clones nodes referring to the same attributes. (#5) |
| 0.4.3 | 2019-10-08 | Fixes issue with cloned nodes referring to the same attributes, which is causing weird issues in lit-html. (#5) |
| 0.4.2 | 2019-10-08 | Fixes issue where query selector not returning correct elements. (#2) |

@@ -201,0 +201,0 @@ | 0.4.1 | 2019-10-07 | Fixes issue with self closing elements become parent of next element in HTMLParser. (#1) |

@@ -35,5 +35,7 @@ import Node from '../nodes/basic-types/Node';

}
options = Object.assign({}, options, {
attributeFilter: options.attributeFilter ? options.attributeFilter.map(name => name.toLowerCase()) : null
});
this.target = target;

@@ -40,0 +42,0 @@ this.listener = new MutationObserverListener();

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