Socket
Socket
Sign inDemoInstall

@jest/reporters

Package Overview
Dependencies
Maintainers
7
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/reporters - npm Package Compare versions

Comparing version 26.0.1-alpha.0 to 26.0.1

6

build/index.d.ts

@@ -17,9 +17,9 @@ /**

export declare const utils: {
formatTestPath: (config: import("@jest/types/build/Config").ProjectConfig | import("@jest/types/build/Config").GlobalConfig, testPath: string) => string;
formatTestPath: (config: import("@jest/types/build/Config").GlobalConfig | import("@jest/types/build/Config").ProjectConfig, testPath: string) => string;
printDisplayName: (config: import("@jest/types/build/Config").ProjectConfig) => string;
relativePath: (config: import("@jest/types/build/Config").ProjectConfig | import("@jest/types/build/Config").GlobalConfig, testPath: string) => {
relativePath: (config: import("@jest/types/build/Config").GlobalConfig | import("@jest/types/build/Config").ProjectConfig, testPath: string) => {
basename: string;
dirname: string;
};
trimAndFormatPath: (pad: number, config: import("@jest/types/build/Config").ProjectConfig | import("@jest/types/build/Config").GlobalConfig, testPath: string, columns: number) => string;
trimAndFormatPath: (pad: number, config: import("@jest/types/build/Config").GlobalConfig | import("@jest/types/build/Config").ProjectConfig, testPath: string, columns: number) => string;
};

@@ -11,5 +11,5 @@ /**

export declare const printDisplayName: (config: Config.ProjectConfig) => string;
export declare const trimAndFormatPath: (pad: number, config: Config.ProjectConfig | Config.GlobalConfig, testPath: string, columns: number) => string;
export declare const formatTestPath: (config: Config.ProjectConfig | Config.GlobalConfig, testPath: string) => string;
export declare const relativePath: (config: Config.ProjectConfig | Config.GlobalConfig, testPath: string) => {
export declare const trimAndFormatPath: (pad: number, config: Config.GlobalConfig | Config.ProjectConfig, testPath: string, columns: number) => string;
export declare const formatTestPath: (config: Config.GlobalConfig | Config.ProjectConfig, testPath: string) => string;
export declare const relativePath: (config: Config.GlobalConfig | Config.ProjectConfig, testPath: string) => {
basename: string;

@@ -16,0 +16,0 @@ dirname: string;

{
"name": "@jest/reporters",
"description": "Jest's reporters",
"version": "26.0.1-alpha.0",
"version": "26.0.1",
"main": "build/index.js",

@@ -9,6 +9,6 @@ "types": "build/index.d.ts",

"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^26.0.1-alpha.0",
"@jest/test-result": "^26.0.1-alpha.0",
"@jest/transform": "^26.0.1-alpha.0",
"@jest/types": "^26.0.1-alpha.0",
"@jest/console": "^26.0.1",
"@jest/test-result": "^26.0.1",
"@jest/transform": "^26.0.1",
"@jest/types": "^26.0.1",
"chalk": "^4.0.0",

@@ -24,5 +24,5 @@ "collect-v8-coverage": "^1.0.0",

"istanbul-reports": "^3.0.2",
"jest-haste-map": "^26.0.1-alpha.0",
"jest-resolve": "^26.0.1-alpha.0",
"jest-util": "^26.0.1-alpha.0",
"jest-haste-map": "^26.0.1",
"jest-resolve": "^26.0.1",
"jest-util": "^26.0.1",
"jest-worker": "^26.0.0",

@@ -67,3 +67,3 @@ "slash": "^3.0.0",

},
"gitHead": "fb04716adb223ce2da1e6bb2b4ce7c011bad1807"
"gitHead": "40b8e1e157c9981dda5a68d73fff647e80fc9f5c"
}
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