Socket
Socket
Sign inDemoInstall

@jest/types

Package Overview
Dependencies
15
Maintainers
6
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.4.0 to 29.4.1

10

build/index.d.ts

@@ -428,3 +428,3 @@ /**

name: string | NameLike,
fn: (arg: T) => ReturnType<EachFn>,
fn: (arg: T, done: DoneFn_2) => ReturnType<EachFn>,
timeout?: number,

@@ -444,3 +444,3 @@ ) => void;

name: string | NameLike,
fn: (arg: T) => ReturnType<EachFn>,
fn: (arg: T, done: DoneFn_2) => ReturnType<EachFn>,
timeout?: number,

@@ -450,3 +450,3 @@ ) => void;

name: string | NameLike,
fn: (arg: Record<string, T>) => ReturnType<EachFn>,
fn: (arg: Record<string, T>, done: DoneFn_2) => ReturnType<EachFn>,
timeout?: number,

@@ -459,3 +459,3 @@ ) => void;

name: string | NameLike,
fn: (arg: T) => ReturnType<EachFn>,
fn: (arg: T, done: DoneFn_2) => ReturnType<EachFn>,
timeout?: number,

@@ -1085,2 +1085,3 @@ ) => void;

name: TestName_2;
numPassingAsserts: number;
parent: DescribeBlock;

@@ -1146,2 +1147,3 @@ startedAt?: number | null;

} | null;
numPassingAsserts: number;
retryReasons: Array<FormattedError>;

@@ -1148,0 +1150,0 @@ testPath: Array<TestName_2 | BlockName_2>;

4

package.json
{
"name": "@jest/types",
"version": "29.4.0",
"version": "29.4.1",
"repository": {

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

},
"gitHead": "4bc0e8acaf990e6618a7bed1dca67760c20bb12a"
"gitHead": "bc84c8a15649aaaefdd624dc83824518c17467ed"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc