Socket
Socket
Sign inDemoInstall

reporter-file

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

reporter-file - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/reporter-file.js

@@ -19,3 +19,3 @@ var mocha = require('mocha'),

var unhookStdout = require('intercept-stdout')(function intercept(string){
fs.writeFile(filePath, string);
fs.writeFileSync(filePath, string);
});

@@ -22,0 +22,0 @@

{
"name": "reporter-file",
"description": "Similar to the xunit-file reporter. Allows you to specify any report style to run, but will also write to the specified xunit file",
"version": "1.0.0",
"version": "1.0.1",
"author": "Anthony Pipkin <a.pipkin@yahoo.com>",

@@ -6,0 +6,0 @@ "contributors": [

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