Socket
Socket
Sign inDemoInstall

@jest/types

Package Overview
Dependencies
15
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.6 to 29.0.0

7

build/Config.d.ts

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

collectCoverageFrom: Array<string>;
collectCoverageOnlyFrom: {
[key: string]: boolean;
};
coverageDirectory: string;

@@ -310,5 +307,2 @@ coveragePathIgnorePatterns: Array<string>;

collectCoverageFrom: Array<string>;
collectCoverageOnlyFrom?: {
[key: string]: boolean;
};
coverageDirectory: string;

@@ -441,3 +435,2 @@ coveragePathIgnorePatterns?: Array<string>;

collectCoverageFrom: string;
collectCoverageOnlyFrom: Array<string>;
color: boolean;

@@ -444,0 +437,0 @@ colors: boolean;

13

build/index.d.ts

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

collectCoverageFrom: string;
collectCoverageOnlyFrom: Array<string>;
color: boolean;

@@ -115,3 +114,3 @@ colors: boolean;

ancestorTitles: Array<string>;
duration?: Milliseconds | null;
duration?: number | null;
failureDetails: Array<unknown>;

@@ -621,5 +620,2 @@ failureMessages: Array<string>;

collectCoverageFrom: Array<string>;
collectCoverageOnlyFrom?: {
[key: string]: boolean;
};
coverageDirectory: string;

@@ -754,5 +750,2 @@ coveragePathIgnorePatterns?: Array<string>;

collectCoverageFrom: Array<string>;
collectCoverageOnlyFrom: {
[key: string]: boolean;
};
coverageDirectory: string;

@@ -912,4 +905,2 @@ coveragePathIgnorePatterns: Array<string>;

declare type Milliseconds = number;
declare type NameLike = number | Function;

@@ -1139,3 +1130,3 @@

declare namespace TestResult {
export {Milliseconds, AssertionResult, SerializableError};
export {AssertionResult, SerializableError};
}

@@ -1142,0 +1133,0 @@ export {TestResult};

3

build/TestResult.d.ts

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

*/
export declare type Milliseconds = number;
declare type Status = 'passed' | 'failed' | 'skipped' | 'pending' | 'todo' | 'disabled';

@@ -16,3 +15,3 @@ declare type Callsite = {

ancestorTitles: Array<string>;
duration?: Milliseconds | null;
duration?: number | null;
failureDetails: Array<unknown>;

@@ -19,0 +18,0 @@ failureMessages: Array<string>;

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

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

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

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

},
"gitHead": "4def94b073cad300e99de378ba900e6ba9b7032f"
"gitHead": "75006e46c76f6fda14bbc0548f86edb2ba087cd2"
}
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