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

7

build/index.d.ts

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

setupFilesAfterEnv: Array<string>;
shard: string;
showConfig: boolean;

@@ -536,2 +537,3 @@ silent: boolean;

rootDir: string;
shard?: ShardConfig;
silent?: boolean;

@@ -870,2 +872,7 @@ skipFilter: boolean;

declare type ShardConfig = {
shardIndex: number;
shardCount: number;
};
declare type SharedHookType = 'afterAll' | 'beforeAll';

@@ -872,0 +879,0 @@

6

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

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

"devDependencies": {
"@tsd/typescript": "~4.5.5",
"@tsd/typescript": "~4.6.2",
"tsd-lite": "^0.5.1"

@@ -38,3 +38,3 @@ },

},
"gitHead": "6284ada4adb7008f5f8673b1a7b1c789d2e508fb"
"gitHead": "06f58f8ca70abc9c09d554967935b58ce85c48d6"
}
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