Socket
Socket
Sign inDemoInstall

@jest/reporters

Package Overview
Dependencies
157
Maintainers
6
Versions
132
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.0-alpha.10 to 28.0.0-alpha.11

6

build/CoverageReporter.js

@@ -297,2 +297,6 @@ 'use strict';

exposedMethods: ['worker'],
// @ts-expect-error: option does not exist on the node 12 types
forkOptions: {
serialization: 'json'
},
maxRetries: 2,

@@ -604,3 +608,2 @@ numWorkers: this._globalConfig.maxWorkers

sourceMap: {
// remove `as any` after https://github.com/istanbuljs/v8-to-istanbul/pull/186 is released
sourcemap: {

@@ -619,3 +622,2 @@ file: res.url,

const istanbulData = converter.toIstanbul();
converter.destroy();
return istanbulData;

@@ -622,0 +624,0 @@ })

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

@@ -18,5 +18,5 @@ "types": "./build/index.d.ts",

"@jest/test-result": "^28.0.0-alpha.9",
"@jest/transform": "^28.0.0-alpha.10",
"@jest/transform": "^28.0.0-alpha.11",
"@jest/types": "^28.0.0-alpha.9",
"@jridgewell/trace-mapping": "^0.3.4",
"@jridgewell/trace-mapping": "^0.3.7",
"@types/node": "*",

@@ -34,7 +34,7 @@ "chalk": "^4.0.0",

"jest-util": "^28.0.0-alpha.9",
"jest-worker": "^28.0.0-alpha.9",
"jest-worker": "^28.0.0-alpha.11",
"slash": "^3.0.0",
"string-length": "^4.0.1",
"terminal-link": "^2.0.0",
"v8-to-istanbul": "^8.1.0"
"v8-to-istanbul": "^9.0.0"
},

@@ -52,3 +52,3 @@ "devDependencies": {

"@types/node-notifier": "^8.0.0",
"jest-resolve": "^28.0.0-alpha.9",
"jest-resolve": "^28.0.0-alpha.11",
"mock-fs": "^5.1.2",

@@ -81,3 +81,3 @@ "strip-ansi": "^6.0.0"

},
"gitHead": "d5eda7f23571081cea24760261d209ff3e01a084"
"gitHead": "8b4b78759d255746f11e396efe7d06ac93dbd05b"
}
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