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 12.2.0 to 12.3.0

2

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

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

@@ -101,3 +101,5 @@ 'use strict';

const suiteTitle = suite.testResults[0].ancestorTitles[0];
const displayName = suite.displayName;
const displayName = typeof suite.displayName === 'object'
? suite.displayName.name
: suite.displayName;

@@ -104,0 +106,0 @@ // Build replacement map

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