Socket
Socket
Sign inDemoInstall

jest-environment-jsdom

Package Overview
Dependencies
149
Maintainers
3
Versions
271
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 30.0.0-alpha.1 to 30.0.0-alpha.2

18

build/index.d.ts

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

*/
/// <reference types="node" />
import type {Context} from 'vm';
import type {EnvironmentContext} from '@jest/environment';
import type {Global as Global_2} from '@jest/types';
import type {JestEnvironment} from '@jest/environment';
import type {JestEnvironmentConfig} from '@jest/environment';
import {Context} from 'vm';
import {JSDOM} from 'jsdom';
import {LegacyFakeTimers} from '@jest/fake-timers';
import {ModernFakeTimers} from '@jest/fake-timers';
import {
EnvironmentContext,
JestEnvironment,
JestEnvironmentConfig,
} from '@jest/environment';
import {LegacyFakeTimers, ModernFakeTimers} from '@jest/fake-timers';
import {Global as Global_2} from '@jest/types';
import {ModuleMocker} from 'jest-mock';

@@ -27,3 +29,3 @@

moduleMocker: ModuleMocker | null;
customExportConditions: string[];
customExportConditions: Array<string>;
private readonly _configuredExportConditions?;

@@ -30,0 +32,0 @@ constructor(config: JestEnvironmentConfig, context: EnvironmentContext);

{
"name": "jest-environment-jsdom",
"version": "30.0.0-alpha.1",
"version": "30.0.0-alpha.2",
"repository": {

@@ -22,13 +22,13 @@ "type": "git",

"dependencies": {
"@jest/environment": "30.0.0-alpha.1",
"@jest/fake-timers": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.1",
"@jest/environment": "30.0.0-alpha.2",
"@jest/fake-timers": "30.0.0-alpha.2",
"@jest/types": "30.0.0-alpha.2",
"@types/jsdom": "^21.1.1",
"@types/node": "*",
"jest-mock": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.1",
"jest-mock": "30.0.0-alpha.2",
"jest-util": "30.0.0-alpha.2",
"jsdom": "^22.0.0"
},
"devDependencies": {
"@jest/test-utils": "30.0.0-alpha.1"
"@jest/test-utils": "30.0.0-alpha.2"
},

@@ -49,3 +49,3 @@ "peerDependencies": {

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc