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

@wdio/reporter

Package Overview
Dependencies
Maintainers
7
Versions
252
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 6.1.14 to 6.1.23

4

build/index.js

@@ -147,3 +147,3 @@ "use strict";

});
this.on('client:command', payload => {
this.on('client:beforeCommand', payload => {
if (!currentTest) {

@@ -157,3 +157,3 @@ return;

});
this.on('client:result', payload => {
this.on('client:afterCommand', payload => {
if (!currentTest) {

@@ -160,0 +160,0 @@ return;

{
"name": "@wdio/reporter",
"version": "6.1.14",
"version": "6.1.23",
"description": "A WebdriverIO utility to help reporting all events",

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

"types": "reporter.d.ts",
"gitHead": "1db0b8de0f2efd9e63bf76b01fe01f7e9985f03f"
"gitHead": "849a89ba604ccd5d17d928032675a098cfe298da"
}
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