Socket
Socket
Sign inDemoInstall

junit-report-builder

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

junit-report-builder - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

package.json
{
"name": "junit-report-builder",
"version": "3.2.0",
"version": "3.2.1",
"description": "Aimed at making it easier to build Jenkins compatible JUnit XML reports in plugins for testing frameworks",

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

@@ -40,3 +40,3 @@ # junit-report-builder

<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuites tests="2" failures="1" errors="0" skipped="0">
<testsuite name="My suite" tests="2" failures="1" errors="0" skipped="0">

@@ -66,2 +66,6 @@ <testcase classname="my.test.Class" name="My first test"/>

### 3.2.1
- Update documentation.
### 3.2.0

@@ -68,0 +72,0 @@

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