New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/reporter

Package Overview
Dependencies
Maintainers
4
Versions
261
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.14.4 to 5.14.5

2

build/index.js

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

this.tests[currentTest.uid] = currentTest;
currentTest.skip();
currentTest.skip(test.pendingReason);
this.counts.skipping++;

@@ -139,0 +139,0 @@ this.counts.tests++;

@@ -29,3 +29,4 @@ "use strict";

skip() {
skip(reason) {
this.pendingReason = reason;
this.state = 'skipped';

@@ -32,0 +33,0 @@ }

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

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

"types": "reporter.d.ts",
"gitHead": "a61e97749a57e7b9e86864cbdf03456c71fd876a"
"gitHead": "d22ba8ceeeee4e94d6a4f67da707c7e06eeed7fe"
}
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