Socket
Socket
Sign inDemoInstall

jest-junit

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-junit - npm Package Compare versions

Comparing version 14.0.0 to 14.0.1

2

package.json
{
"name": "jest-junit",
"version": "14.0.0",
"version": "14.0.1",
"description": "A jest reporter that generates junit xml files",

@@ -5,0 +5,0 @@ "main": "index.js",

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

// Make sure we log them since Jest still reports the suite as failed
if (suite.testExecError !== undefined) {
if (suite.testExecError != null) {
const fakeTC = {

@@ -230,0 +230,0 @@ status: testFailureStatus,

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