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 29.0.0-alpha.4 to 29.0.0-alpha.6

build/Circus.d.ts

10

build/index.d.ts

@@ -480,2 +480,7 @@ /**

declare interface Failing<T extends TestFn> {
(testName: TestNameLike, fn: T, timeout?: number): void;
each: Each<T>;
}
declare type FakeableAPI =

@@ -583,2 +588,3 @@ | 'Date'

HookBase,
Failing,
ItBase,

@@ -864,3 +870,3 @@ It,

each: Each<TestFn>;
failing(testName: TestNameLike, fn: TestFn, timeout?: number): void;
failing: Failing<TestFn>;
}

@@ -875,3 +881,3 @@

each: Each<ConcurrentTestFn>;
failing(testName: TestNameLike, fn: ConcurrentTestFn, timeout?: number): void;
failing: Failing<ConcurrentTestFn>;
}

@@ -878,0 +884,0 @@

4

package.json
{
"name": "@jest/types",
"version": "29.0.0-alpha.4",
"version": "29.0.0-alpha.6",
"repository": {

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

},
"gitHead": "98a833bd4bc0bdcfcee5d4f04c2833400c4e2933"
"gitHead": "4def94b073cad300e99de378ba900e6ba9b7032f"
}
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