Socket
Socket
Sign inDemoInstall

xunit-file

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xunit-file - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

lib/xunit-file.js

@@ -78,3 +78,3 @@ /**

, errors: stats.failures
, skip: stats.tests - stats.failures - stats.passes
, skipped: stats.tests - stats.failures - stats.passes
, timestamp: (new Date).toUTCString()

@@ -110,4 +110,3 @@ , time: stats.duration / 1000

var err = test.err;
attrs.message = escape(err.message);
appendLine(tag('testcase', attrs, false, tag('failure', attrs, false, cdata(err.stack))));
appendLine(tag('testcase', attrs, false, tag('failure', { message: escape(err.message) }, false, cdata(err.stack))));
} else if (test.pending) {

@@ -114,0 +113,0 @@ delete attrs.time;

2

package.json
{
"name": "xunit-file",
"description": "Basically the same reporter as mocha's xunit reporter, but writes the output in a file.",
"version": "0.0.4",
"version": "0.0.5",
"author": {

@@ -6,0 +6,0 @@ "name": "Matthias Jahn",

Sorry, the diff of this file is not supported yet

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