New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

json-to-xml-reporter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-to-xml-reporter - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "json-to-xml-reporter",
"version": "0.0.2",
"version": "0.0.3",
"description": "tool for parsing json report and creating xml report",

@@ -5,0 +5,0 @@ "main": "./parser/jsonReporterToXml.js",

@@ -21,5 +21,8 @@ "use strict";

this.toXml.push('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>');
this.toXml.push('\n<testsuites>\n');
this.toXml.push(this._testSuiteInfo(jsonResultsObj.stats));
this._testCasesInfo(jsonResultsObj.suites);
this.toXml.push('\n</testsuite>');
this.toXml.push('\n</testsuites>');

@@ -26,0 +29,0 @@ fs.existsSync(folderName) || fs.mkdirSync(folderName);

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