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

@jest/schemas

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/schemas - npm Package Compare versions

Comparing version
30.4.0
to
30.4.1
+3
-1
build/index.d.ts

@@ -294,3 +294,5 @@ /**

roots: TOptional<TArray<TString>>;
runner: TOptional<TString>;
runner: TOptional<
TUnion<[TString, TTuple<[TString, TRecord<TString, TUnknown>]>]>
>;
runTestsByPath: TOptional<TBoolean>;

@@ -297,0 +299,0 @@ runtime: TOptional<TString>;

@@ -235,3 +235,3 @@ /*!

roots: _typebox().Type.Array(_typebox().Type.String()),
runner: _typebox().Type.String(),
runner: _typebox().Type.Union([_typebox().Type.String(), _typebox().Type.Tuple([_typebox().Type.String(), _typebox().Type.Record(_typebox().Type.String(), _typebox().Type.Unknown())])]),
runTestsByPath: _typebox().Type.Boolean(),

@@ -238,0 +238,0 @@ runtime: _typebox().Type.String(),

{
"name": "@jest/schemas",
"version": "30.4.0",
"version": "30.4.1",
"repository": {

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

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