Socket
Socket
Sign inDemoInstall

@jest/types

Package Overview
Dependencies
6
Maintainers
6
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.0-alpha.5 to 28.0.0-alpha.6

8

build/index.d.ts

@@ -408,3 +408,3 @@ /**

declare type DoneTakingTestFn = (
this: TestContext | undefined,
this: TestContext,
done: DoneFn_2,

@@ -438,3 +438,3 @@ ) => ValidTestReturnValues;

declare type GeneratorReturningTestFn = (
this: TestContext | undefined,
this: TestContext,
) => TestReturnValueGenerator;

@@ -852,5 +852,3 @@

declare type PromiseReturningTestFn = (
this: TestContext | undefined,
) => TestReturnValue;
declare type PromiseReturningTestFn = (this: TestContext) => TestReturnValue;

@@ -857,0 +855,0 @@ declare type ReporterConfig = [string, Record<string, unknown>];

{
"name": "@jest/types",
"version": "28.0.0-alpha.5",
"version": "28.0.0-alpha.6",
"repository": {

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

},
"gitHead": "46fb19b2628bd87676c10730ba19592c30b05478"
"gitHead": "6284ada4adb7008f5f8673b1a7b1c789d2e508fb"
}
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