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 27.0.0-next.7 to 27.0.0-next.8

5

build/Config.d.ts

@@ -104,2 +104,5 @@ /**

export declare type InitialOptionsWithRootDir = InitialOptions & Required<Pick<InitialOptions, 'rootDir'>>;
export declare type InitialProjectOptions = Pick<InitialOptions & {
cwd?: string;
}, keyof ProjectConfig>;
export declare type InitialOptions = Partial<{

@@ -165,3 +168,3 @@ automock: boolean;

prettierPath: string | null | undefined;
projects: Array<Glob>;
projects: Array<Glob | InitialProjectOptions>;
replname: string | null | undefined;

@@ -168,0 +171,0 @@ resetMocks: boolean;

4

package.json
{
"name": "@jest/types",
"version": "27.0.0-next.7",
"version": "27.0.0-next.8",
"repository": {

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

},
"gitHead": "28c763e6be8f57bda89238b95dc801460c2d6601"
"gitHead": "d7ba5030e274b52f029179dfdb860349a36eea37"
}
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