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

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 0.0.1 to 0.0.2

2

package.json
{
"name": "junit-report-builder",
"version": "0.0.1",
"version": "0.0.2",
"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",

@@ -39,7 +39,5 @@ junit-report-builder

```XML
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="My suite">
<testcase/>
<testcase/>
<testcase classname="my.test.Class" name="My first test"/>

@@ -61,3 +59,6 @@ <testcase classname="my.test.Class" name="My second test">

### 0.0.2
- Corrected example in readme
### 0.0.1
- Initial release
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