Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
1
Maintainers
3
Versions
163
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.23.0 to 8.23.1

6

build/Services.d.ts

@@ -7,3 +7,3 @@ /// <reference types="mocha" />

export interface RunnerInstance {
initialise(): Promise<void>;
initialize(): Promise<void>;
shutdown(): Promise<boolean>;

@@ -93,3 +93,3 @@ closeSession?: (cid: number) => Promise<void>;

/**
* Gets executed before a worker process is spawned and can be used to initialise specific service
* Gets executed before a worker process is spawned and can be used to initialize specific service
* for that worker as well as modify runtime environments in an async fashion.

@@ -99,3 +99,3 @@ * @param cid capability id (e.g 0-0)

* @param specs specs to be run in the worker process
* @param args object that will be merged with the main configuration once worker is initialised
* @param args object that will be merged with the main configuration once worker is initialized
* @param execArgv list of string arguments passed to the worker process

@@ -102,0 +102,0 @@ */

{
"name": "@wdio/types",
"version": "8.23.0",
"version": "8.23.1",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "b17ce5f554deb8588cc156ad9676bd4bd13defe7"
"gitHead": "64633b802ba4d00d23f6531dadc3fc724d8d7dd5"
}
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