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 11.0.0 to 11.0.1

2

index.js

@@ -7,3 +7,2 @@ 'use strict';

const path = require('path');
const jestValidate = require('jest-validate');

@@ -70,3 +69,2 @@ const buildJsonResults = require('./utils/buildJsonResults');

jestValidate.logValidationWarning('testResultsProcessor support is deprecated. Please use jest reporter. See https://github.com/jest-community/jest-junit#usage', newConfig);
return processor(globalConfig);

@@ -73,0 +71,0 @@ }

5

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

@@ -23,3 +23,2 @@ "main": "index.js",

"dependencies": {
"jest-validate": "^24.9.0",
"mkdirp": "^1.0.4",

@@ -31,5 +30,5 @@ "strip-ansi": "^5.2.0",

"devDependencies": {
"jest": "^24.9.0",
"jest": "26.0.1",
"libxmljs": "^0.19.7"
}
}

@@ -88,3 +88,3 @@ [![Build Status](https://travis-ci.org/jest-community/jest-junit.svg?branch=master)](https://travis-ci.org/jest-community/jest-junit)

"outputName": "junit.xml",
"uniqueOutputName": "false"
"uniqueOutputName": "false",
"classNameTemplate": "{classname}-{title}",

@@ -91,0 +91,0 @@ "titleTemplate": "{classname}-{title}",

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