Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/types - npm Package Compare versions

Comparing version 8.16.12 to 8.16.21

10

build/Services.d.ts

@@ -179,4 +179,5 @@ /// <reference types="mocha" />

* @param context context to current running test (represents World object in Cucumber)
*/
beforeHook?(test: any, context: any): unknown | Promise<unknown>;
* @param hookName name of the hook
*/
beforeHook?(test: any, context: any, hookName: string): unknown | Promise<unknown>;
/**

@@ -188,4 +189,5 @@ * Hook that gets executed _after_ a hook within the suite ends (e.g. runs after calling

* @param result test result
*/
afterHook?(test: Test, context: any, result: TestResult): unknown | Promise<unknown>;
* @param hookName name of the hook
*/
afterHook?(test: Test, context: any, result: TestResult, hookName: string): unknown | Promise<unknown>;
/**

@@ -192,0 +194,0 @@ * Runs before a WebdriverIO command gets executed.

4

package.json
{
"name": "@wdio/types",
"version": "8.16.12",
"version": "8.16.21",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "6a010586db579a5019b490172f8ffc3939c9e852"
"gitHead": "ad6cba2ab5abf66bc916f2e1295938912902716a"
}

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