🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@jest/types

Package Overview
Dependencies
Maintainers
5
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/types - npm Package Compare versions

Comparing version

to
30.0.0

6

build/index.d.ts

@@ -406,3 +406,3 @@ /**

useStderr: boolean;
waitNextEventLoopTurnForUnhandledRejectionEvents: boolean;
waitForUnhandledRejections: boolean;
watch: boolean;

@@ -702,3 +702,3 @@ watchPathIgnorePatterns: Array<string>;

verbose?: boolean;
waitNextEventLoopTurnForUnhandledRejectionEvents: boolean;
waitForUnhandledRejections: boolean;
watch: boolean;

@@ -907,3 +907,3 @@ watchAll: boolean;

unmockedModulePathPatterns?: Array<string>;
waitNextEventLoopTurnForUnhandledRejectionEvents: boolean;
waitForUnhandledRejections: boolean;
workerIdleMemoryLimit?: number;

@@ -910,0 +910,0 @@ };

{
"name": "@jest/types",
"version": "30.0.0-beta.8",
"version": "30.0.0",
"repository": {

@@ -23,4 +23,4 @@ "type": "git",

"dependencies": {
"@jest/pattern": "30.0.0-beta.8",
"@jest/schemas": "30.0.0-beta.6",
"@jest/pattern": "30.0.0",
"@jest/schemas": "30.0.0",
"@types/istanbul-lib-coverage": "^2.0.6",

@@ -35,3 +35,3 @@ "@types/istanbul-reports": "^3.0.4",

},
"gitHead": "ac334c0cdf04ead9999f0964567d81672d116d42"
"gitHead": "a383155cd5af4539b3c447cfa7184462ee32f418"
}