Socket
Socket
Sign inDemoInstall

@jest/reporters

Package Overview
Dependencies
153
Maintainers
6
Versions
132
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.6.2 to 29.6.3

2

build/CoverageReporter.js

@@ -349,3 +349,3 @@ 'use strict';

// Preserve trailing slash, but not required if root dir
// See https://github.com/facebook/jest/issues/12703
// See https://github.com/jestjs/jest/issues/12703
const resolvedThresholdGroup = path().resolve(thresholdGroup);

@@ -352,0 +352,0 @@ const suffix =

@@ -131,3 +131,3 @@ 'use strict';

throw new Error(
`Sum(${computedTotal}) of passed (${passedTestSuites}) and failed (${failedTestSuites}) test suites is greater than the total number of test suites (${totalTestSuites}). Please report the bug at https://github.com/facebook/jest/issues`
`Sum(${computedTotal}) of passed (${passedTestSuites}) and failed (${failedTestSuites}) test suites is greater than the total number of test suites (${totalTestSuites}). Please report the bug at https://github.com/jestjs/jest/issues`
);

@@ -134,0 +134,0 @@ }

@@ -206,3 +206,3 @@ /**

) => Promise<void> | void;
readonly onRunStart: (
readonly onRunStart?: (
results: AggregatedResult,

@@ -213,7 +213,7 @@ options: ReporterOnStartOptions,

readonly onTestFileStart?: (test: Test) => Promise<void> | void;
readonly onRunComplete: (
readonly onRunComplete?: (
testContexts: Set<TestContext>,
results: AggregatedResult,
) => Promise<void> | void;
readonly getLastError: () => Error | void;
readonly getLastError?: () => Error | void;
}

@@ -220,0 +220,0 @@

@@ -42,3 +42,3 @@ 'use strict';

// Verbose mode is for debugging. Buffering of output is undesirable.
// See https://github.com/facebook/jest/issues/8208
// See https://github.com/jestjs/jest/issues/8208
__wrapStdio(stream) {

@@ -45,0 +45,0 @@ const write = stream.write.bind(stream);

{
"name": "@jest/reporters",
"description": "Jest's reporters",
"version": "29.6.2",
"version": "29.6.3",
"main": "./build/index.js",

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

"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^29.6.2",
"@jest/test-result": "^29.6.2",
"@jest/transform": "^29.6.2",
"@jest/types": "^29.6.1",
"@jest/console": "^29.6.3",
"@jest/test-result": "^29.6.3",
"@jest/transform": "^29.6.3",
"@jest/types": "^29.6.3",
"@jridgewell/trace-mapping": "^0.3.18",

@@ -29,9 +29,9 @@ "@types/node": "*",

"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-instrument": "^5.1.0",
"istanbul-lib-instrument": "^6.0.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.0",
"istanbul-reports": "^3.1.3",
"jest-message-util": "^29.6.2",
"jest-util": "^29.6.2",
"jest-worker": "^29.6.2",
"jest-message-util": "^29.6.3",
"jest-util": "^29.6.3",
"jest-worker": "^29.6.3",
"slash": "^3.0.0",

@@ -43,3 +43,3 @@ "string-length": "^4.0.1",

"devDependencies": {
"@jest/test-utils": "^29.6.2",
"@jest/test-utils": "^29.6.3",
"@tsd/typescript": "^5.0.4",

@@ -55,3 +55,3 @@ "@types/exit": "^0.1.30",

"@types/node-notifier": "^8.0.0",
"jest-resolve": "^29.6.2",
"jest-resolve": "^29.6.3",
"mock-fs": "^5.1.2",

@@ -74,7 +74,7 @@ "node-notifier": "^10.0.0",

"type": "git",
"url": "https://github.com/facebook/jest.git",
"url": "https://github.com/jestjs/jest.git",
"directory": "packages/jest-reporters"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
"url": "https://github.com/jestjs/jest/issues"
},

@@ -86,3 +86,3 @@ "homepage": "https://jestjs.io/",

},
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
"gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc