Socket
Socket
Sign inDemoInstall

jest-environment-node

Package Overview
Dependencies
Maintainers
3
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-environment-node - npm Package Compare versions

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

16

build/index.d.ts

@@ -7,11 +7,13 @@ /**

*/
/// <reference types="node" />
import {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 {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';

@@ -25,3 +27,3 @@

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

@@ -28,0 +30,0 @@ constructor(config: JestEnvironmentConfig, _context: EnvironmentContext);

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

@@ -22,11 +22,11 @@ "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/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"
},
"devDependencies": {
"@jest/test-utils": "30.0.0-alpha.1"
"@jest/test-utils": "30.0.0-alpha.2"
},

@@ -39,3 +39,3 @@ "engines": {

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
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