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.2.6 to 0.2.7

2

lib/VMContext.js

@@ -76,4 +76,4 @@ "use strict";

window.shadowRootRenderOptions.openShadowRoots = options.openShadowRoots === true;
options.script.runInContext(_this.context);
document.write(options.html);
options.script.runInContext(_this.context);
})];

@@ -80,0 +80,0 @@ });

{
"name": "happy-dom",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",

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

@@ -41,5 +41,5 @@ import VM from 'vm';

options.script.runInContext(this.context);
document.write(options.html);
options.script.runInContext(this.context);
});

@@ -46,0 +46,0 @@ }

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