Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-junit

Package Overview
Dependencies
Maintainers
1
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 6.0.1 to 6.1.0

2

constants/index.js

@@ -33,2 +33,2 @@ 'use strict';

DISPLAY_NAME_VAR: 'displayName',
};
};

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

// Write data to file
fs.writeFileSync(finalOutput, xml(jsonResults, { indent: ' ' }));
fs.writeFileSync(finalOutput, xml(jsonResults, { indent: ' ', declaration: true }));

@@ -74,2 +74,1 @@ // Jest 18 compatibility

module.exports = JestJUnit;
{
"name": "jest-junit",
"version": "6.0.1",
"version": "6.1.0",
"description": "A jest reporter that generates junit xml files",

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

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