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.13 to 0.2.14

2

lib/VMContext.js

@@ -96,3 +96,3 @@ "use strict";

var sandbox = new AsyncWindow_1.default();
sandbox['window'] = window;
sandbox['window'] = sandbox;
sandbox['global'] = global;

@@ -99,0 +99,0 @@ return vm_1.default.createContext(sandbox);

{
"name": "happy-dom",
"version": "0.2.13",
"version": "0.2.14",
"license": "MIT",

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

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

const sandbox = new AsyncWindow();
sandbox['window'] = window;
sandbox['window'] = sandbox;
sandbox['global'] = global;

@@ -149,0 +149,0 @@ const context = VM.createContext(sandbox);

@@ -62,3 +62,3 @@ import VM from 'vm';

const sandbox = new AsyncWindow();
sandbox['window'] = window;
sandbox['window'] = sandbox;
sandbox['global'] = global;

@@ -65,0 +65,0 @@ return VM.createContext(sandbox);

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