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

@wdio/utils

Package Overview
Dependencies
Maintainers
2
Versions
298
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/utils - npm Package Compare versions

Comparing version 6.7.0 to 6.7.3

2

build/test-framework/testInterfaceWrapper.d.ts

@@ -6,3 +6,3 @@ /// <reference types="node" />

export declare const wrapTestFunction: (this: unknown, origFn: Function, isSpec: boolean, beforeFn: Function, beforeArgsFn: HookFnArgs<unknown>, afterFn: Function, afterArgsFn: HookFnArgs<unknown>, cid: string) => (...specArguments: SpecArguments) => any;
export declare const runTestInFiberContext: (this: unknown, isSpec: boolean, beforeFn: Function, beforeArgsFn: HookFnArgs<unknown>, afterFn: Function, afterArgsFn: HookFnArgs<unknown>, fnName: string, cid: string, scope?: NodeJS.Global) => void;
export declare const runTestInFiberContext: (this: unknown, isSpec: boolean, beforeFn: Function, beforeArgsFn: HookFnArgs<unknown>, afterFn: Function, afterArgsFn: HookFnArgs<unknown>, fnName: string, cid: string, scope?: NodeJS.Global & typeof globalThis) => void;
//# sourceMappingURL=testInterfaceWrapper.d.ts.map
{
"name": "@wdio/utils",
"version": "6.7.0",
"version": "6.7.3",
"description": "A WDIO helper utility to provide several utility functions used across the project.",

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

"dependencies": {
"@wdio/logger": "6.6.0"
"@wdio/logger": "6.7.3"
},

@@ -33,3 +33,3 @@ "publishConfig": {

"types": "./build/index.d.ts",
"gitHead": "5b130b13e3a39a6800bf38e5cc398bf3af420117"
"gitHead": "2d72a4f1be35727342bf31b750d76eab6c8b50e9"
}

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