🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@jest/types

Package Overview
Dependencies
Maintainers
5
Versions
109
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
30.4.0
to
30.4.1
+2
-0
build/index.d.ts

@@ -804,2 +804,3 @@ /**

cwd?: string;
runnerOptions?: Record<string, unknown>;
},

@@ -913,2 +914,3 @@ keyof ProjectConfig

runner: string;
runnerOptions: Record<string, unknown>;
runtime?: string;

@@ -915,0 +917,0 @@ sandboxInjectedGlobals: Array<keyof typeof globalThis>;

+3
-3
{
"name": "@jest/types",
"version": "30.4.0",
"version": "30.4.1",
"repository": {

@@ -24,3 +24,3 @@ "type": "git",

"@jest/pattern": "30.4.0",
"@jest/schemas": "30.4.0",
"@jest/schemas": "30.4.1",
"@types/istanbul-lib-coverage": "^2.0.6",

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

},
"gitHead": "5cbb21e0b3037edb42e503ec1a1ce80efad40c20"
"gitHead": "b3b4a09ed3005369dacc7466d1d2122797283785"
}