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

newman-reporter-xunit

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newman-reporter-xunit - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

junit_report.xml

3

lib/index.js

@@ -56,2 +56,3 @@ var _ = require('lodash'),

environmentValues = _.get(newman, 'summary.environment.values.members', []),
collection = _.get(newman, 'summary.collection'),
root;

@@ -68,2 +69,4 @@

root = xml.create('testsuites', { version: '1.0', encoding: 'UTF-8' });
root.att('name', collection.name);
root.att('tests', _.get(newman, 'summary.run.stats.tests.total', 'unknown'));

@@ -70,0 +73,0 @@ // Process executions (testsuites)

2

package.json
{
"name": "newman-reporter-xunit",
"version": "2.3.3",
"version": "2.3.4",
"description": "A Newman JUnit Reporter providing full reports (without aggregation of results) based on newman-reporter-junitfull package",

@@ -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