Socket
Socket
Sign inDemoInstall

jest-environment-jsdom-thirteen

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-environment-jsdom-thirteen - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

build/index.js

@@ -30,3 +30,4 @@ 'use strict';

url: config.testURL,
virtualConsole: new _jsdom.VirtualConsole().sendTo(options.console || console)
virtualConsole: new _jsdom.VirtualConsole().sendTo(options.console || console),
resources: options.resources
}, config.testEnvironmentOptions));

@@ -33,0 +34,0 @@ const global = this.global = this.dom.window.document.defaultView;

{
"name": "jest-environment-jsdom-thirteen",
"version": "0.0.2",
"version": "0.0.3",
"repository": "https://github.com/theneva/jest-environment-jsdom-thirteen",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -14,5 +14,7 @@ /**

import type {ModuleMocker} from 'jest-mock';
import {ResourceLoader} from 'jsdom';
export type EnvironmentOptions = {
console?: Object,
resources?: 'usable' | ResourceLoader
};

@@ -19,0 +21,0 @@

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