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

@wdio/reporter

Package Overview
Dependencies
Maintainers
4
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/reporter - npm Package Compare versions

Comparing version 5.4.3 to 5.4.15

10

build/index.js

@@ -10,2 +10,4 @@ "use strict";

var _fsExtra = _interopRequireDefault(require("fs-extra"));
var _util = require("util");

@@ -43,4 +45,10 @@

skipping: 0,
failures: 0
failures: 0 // ensure the report directory exists
};
if (this.options.outputDir) {
_fsExtra.default.ensureDirSync(this.options.outputDir);
}
let currentTest;

@@ -47,0 +55,0 @@ const rootSuite = new _suite.default({

7

package.json
{
"name": "@wdio/reporter",
"version": "5.4.3",
"version": "5.4.15",
"description": "A WebdriverIO utility to help reporting all events",

@@ -38,3 +38,6 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"gitHead": "f93cd341dcd7ba94ad961e821ab8687e0c21ccd1"
"dependencies": {
"fs-extra": "^7.0.1"
},
"gitHead": "75201d4a771e03a66bdb04869b49ef6252225eea"
}
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