Socket
Socket
Sign inDemoInstall

@jest/environment

Package Overview
Dependencies
Maintainers
5
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.5 to 30.0.0-alpha.6

8

build/index.d.ts

@@ -8,4 +8,2 @@ /**

/// <reference types="node" />
import {Context} from 'vm';

@@ -368,2 +366,8 @@ import {LegacyFakeTimers, ModernFakeTimers} from '@jest/fake-timers';

/**
* Indicates that the module system should never return a mocked version of
* the specified module when it is being imported (e.g. that it should always
* return the real module).
*/
unstable_unmockModule(moduleName: string): Jest;
/**
* Instructs Jest to use fake versions of the global date, performance,

@@ -370,0 +374,0 @@ * time and timer APIs. Fake timers implementation is backed by

{
"name": "@jest/environment",
"version": "30.0.0-alpha.5",
"version": "30.0.0-alpha.6",
"repository": {

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

"dependencies": {
"@jest/fake-timers": "30.0.0-alpha.5",
"@jest/types": "30.0.0-alpha.5",
"@jest/fake-timers": "30.0.0-alpha.6",
"@jest/types": "30.0.0-alpha.6",
"@types/node": "*",
"jest-mock": "30.0.0-alpha.5"
"jest-mock": "30.0.0-alpha.6"
},

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

},
"gitHead": "fa24a3bdd6682978d76799265016fb9d5bff135e"
"gitHead": "ba74b7de1b9cca88daf33f9d1b46bfe2b7f485a5"
}
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