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

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.9 to 0.0.10

2

lib/xunit-file.js

@@ -14,3 +14,3 @@ /**

, filePath = process.env.XUNIT_FILE || config.file || process.cwd() + "/xunit.xml"
, consoleOutput = config.consoleOutput || {};
, consoleOutput = process.env.XUNIT_SILENT ? {} : config.consoleOutput || {};

@@ -17,0 +17,0 @@ /**

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

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

@@ -39,2 +39,3 @@ xunit-file

$ LOG_XUNIT=true mocha -R xunit-file // activates terminal output
$ XUNIT_SILENT=true mocha -R xunit-file // disable all terminal output
```

@@ -41,0 +42,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