Socket
Socket
Sign inDemoInstall

@jest/environment

Package Overview
Dependencies
Maintainers
3
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/environment - npm Package Compare versions

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

13

build/index.d.ts

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

*/
/// <reference types="node" />
import type {Circus} from '@jest/types';
import type {Config} from '@jest/types';
import type {Context} from 'vm';
import type {Global as Global_2} from '@jest/types';
import type {LegacyFakeTimers} from '@jest/fake-timers';
import type {Mocked} from 'jest-mock';
import type {ModernFakeTimers} from '@jest/fake-timers';
import type {ModuleMocker} from 'jest-mock';
import {Context} from 'vm';
import {LegacyFakeTimers, ModernFakeTimers} from '@jest/fake-timers';
import {Circus, Config, Global as Global_2} from '@jest/types';
import {Mocked, ModuleMocker} from 'jest-mock';

@@ -19,0 +16,0 @@ export declare type EnvironmentContext = {

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

@@ -20,6 +20,6 @@ "type": "git",

"dependencies": {
"@jest/fake-timers": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.1",
"@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-mock": "30.0.0-alpha.2"
},

@@ -32,3 +32,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