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
3
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 8.11.0 to 8.12.1

2

build/stats/hook.d.ts

@@ -9,2 +9,3 @@ import RunnableStats from './runnable.js';

file?: string;
body?: string;
duration?: number;

@@ -23,2 +24,3 @@ cid: string;

parent: string;
body?: string;
errors?: Error[];

@@ -25,0 +27,0 @@ error?: Error;

@@ -7,2 +7,4 @@ import RunnableStats from './runnable.js';

parent;
// Mocha only
body;
errors;

@@ -19,2 +21,3 @@ error;

this.currentTest = runner.currentTest;
this.body = runner.body;
}

@@ -21,0 +24,0 @@ complete(errors) {

@@ -10,2 +10,3 @@ import RunnableStats from './runnable.js';

file?: string;
body?: string;
duration?: number;

@@ -56,2 +57,3 @@ cid: string;

error?: Error;
body?: string;
constructor(test: Test);

@@ -58,0 +60,0 @@ pass(): void;

@@ -29,2 +29,3 @@ import { types as nodeUtilTypes } from 'node:util';

error;
body;
constructor(test) {

@@ -40,2 +41,4 @@ super('test');

this.parent = test.parent;
// Mocha only
this.body = test.body;
/**

@@ -42,0 +45,0 @@ * initial test state is pending

4

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

@@ -49,3 +49,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "6fa7ae486537cbd3f6dd9e3bcc1812eb0acc6262"
"gitHead": "be1e7959a7599e2afe33e60856be9a7ca16eb3aa"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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