Socket
Socket
Sign inDemoInstall

@jest/types

Package Overview
Dependencies
Maintainers
6
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/types - npm Package Compare versions

Comparing version 28.0.0 to 28.0.1

6

build/index.d.ts

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

TestFn_2 as TestFn,
ConcurrentTestFn_2 as ConcurrentTestFn,
HookFn_2 as HookFn,

@@ -266,2 +267,4 @@ AsyncFn,

declare type ConcurrentTestFn_2 = Global.ConcurrentTestFn;
declare namespace Config {

@@ -973,2 +976,3 @@ export {

includeTestLocationInResult: boolean;
maxConcurrency: number;
};

@@ -1009,2 +1013,3 @@

mode?: TestMode;
concurrent: boolean;
timeout: number | undefined;

@@ -1037,2 +1042,3 @@ }

mode: TestMode;
concurrent: boolean;
name: TestName_2;

@@ -1039,0 +1045,0 @@ parent: DescribeBlock;

4

package.json
{
"name": "@jest/types",
"version": "28.0.0",
"version": "28.0.1",
"repository": {

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

},
"gitHead": "8f9b812faf8e4d241d560a8574f0c6ed20a89365"
"gitHead": "0a08639e4299f07becf1020a761adfec83536018"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc