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.9 to 28.0.0

19

build/index.d.ts

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

numPassingAsserts: number;
retryReasons?: Array<string>;
status: Status;

@@ -751,6 +752,2 @@ title: string;

passWithNoTests: boolean;
/**
* @deprecated Use `transformIgnorePatterns` options instead.
*/
preprocessorIgnorePatterns: Array<string>;
preset: string | null | undefined;

@@ -770,11 +767,3 @@ prettierPath: string | null | undefined;

sandboxInjectedGlobals: Array<string>;
/**
* @deprecated Use `transform` options instead.
*/
scriptPreprocessor: string;
setupFiles: Array<string>;
/**
* @deprecated Use `setupFilesAfterEnv` options instead.
*/
setupTestFrameworkScriptFile: string;
setupFilesAfterEnv: Array<string>;

@@ -795,6 +784,2 @@ silent: boolean;

testNamePattern: string;
/**
* @deprecated Use `roots` options instead.
*/
testPathDirs: Array<string>;
testPathIgnorePatterns: Array<string>;

@@ -1048,2 +1033,3 @@ testRegex: string | Array<string>;

errors: Array<TestError>;
retryReasons: Array<TestError>;
fn: TestFn_2;

@@ -1112,2 +1098,3 @@ invocations: number;

} | null;
retryReasons: Array<FormattedError>;
testPath: Array<TestName_2 | BlockName_2>;

@@ -1114,0 +1101,0 @@ };

6

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

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

"dependencies": {
"@jest/schemas": "^28.0.0-alpha.3",
"@jest/schemas": "^28.0.0",
"@types/istanbul-lib-coverage": "^2.0.0",

@@ -38,3 +38,3 @@ "@types/istanbul-reports": "^3.0.0",

},
"gitHead": "7c63f5981eb20d4b89a4c04f3675e0050d8d7887"
"gitHead": "8f9b812faf8e4d241d560a8574f0c6ed20a89365"
}
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