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.3 to 29.5.0

13

build/index.d.ts

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

projects: Array<string>;
randomize: boolean;
reporters: Array<string>;

@@ -109,2 +110,3 @@ resetMocks: boolean;

workerIdleMemoryLimit: number | string;
workerThreads: boolean;
}>

@@ -362,2 +364,3 @@ >;

notifyMode: NotifyMode;
openHandlesTimeout: number;
passWithNoTests: boolean;

@@ -391,2 +394,3 @@ prettierPath: string;

watchman: boolean;
workerThreads: boolean;
};

@@ -646,4 +650,6 @@

onlyFailures: boolean;
openHandlesTimeout: number;
passWithNoTests: boolean;
projects: Array<string>;
randomize?: boolean;
replname?: string;

@@ -677,2 +683,3 @@ reporters?: Array<ReporterConfig>;

workerIdleMemoryLimit?: number;
workerThreads?: boolean;
};

@@ -793,2 +800,3 @@

onlyFailures: boolean;
openHandlesTimeout: number;
outputFile: string;

@@ -799,2 +807,3 @@ passWithNoTests: boolean;

projects: Array<string | InitialProjectOptions>;
randomize: boolean;
replname: string | null | undefined;

@@ -848,2 +857,3 @@ resetMocks: boolean;

workerIdleMemoryLimit: number | string;
workerThreads: boolean;
}>;

@@ -949,2 +959,3 @@

modulePaths?: Array<string>;
openHandlesTimeout: number;
preset?: string;

@@ -1018,3 +1029,5 @@ prettierPath: string;

parentProcess: Process | null;
randomize?: boolean;
rootDescribeBlock: DescribeBlock;
seed: number;
testNamePattern?: RegExp | null;

@@ -1021,0 +1034,0 @@ testTimeout: number;

4

package.json
{
"name": "@jest/types",
"version": "29.4.3",
"version": "29.5.0",
"repository": {

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

},
"gitHead": "a49c88610e49a3242576160740a32a2fe11161e1"
"gitHead": "39f3beda6b396665bebffab94e8d7c45be30454c"
}
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