Socket
Socket
Sign inDemoInstall

@rpii/wdio-report-events

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 8.0.0

5

lib/wdio-report-events.js

@@ -1,4 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class ReportEvents {
export default class ReportEvents {
logMessage(message) {

@@ -35,2 +33,1 @@ process.emit('test:log', message);

}
exports.default = ReportEvents;

2

package.json
{
"name": "@rpii/wdio-report-events",
"version": "0.2.0",
"version": "8.0.0",
"description": "Abstracts the event driven messaging to pass screenshots, videos and log data to the report module",

@@ -5,0 +5,0 @@ "main": "lib/wdio-report-events",

# @rpii/wdio-report-events
Updated for module compatibility with webdriver 8
Abstracts the event driver messaging to pass screenshots and log data to webdriverio reports

@@ -4,0 +7,0 @@

{
"compilerOptions": {
"baseUrl": ".",
"target": "es6",
"module": "commonjs",
"target": "es2020",
"module": "esnext",
"declaration": true,

@@ -7,0 +7,0 @@ "outDir": "./lib",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc