Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
2
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 7.0.0-beta.1 to 7.0.0-beta.4

13

build/Options.d.ts

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

cucumberOpts?: WebdriverIO.CucumberOpts;
/**
* autocompile options
*/
autoCompileOpts?: AutoCompileConfig;
}
export interface AutoCompileConfig {
autoCompile: boolean;
tsNodeOpts: {
[key: string]: any;
};
babelOpts: {
[key: string]: any;
};
}
export interface MultiRemote extends Omit<Testrunner, 'capabilities'> {

@@ -400,0 +413,0 @@ capabilities: MultiRemoteCapabilities;

4

package.json
{
"name": "@wdio/types",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.4",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "8d9ac36cadb5ccba689ce76173ef0545ee72df86"
"gitHead": "33ab185d17bd4cc6b89265198a2eda2ee1ba1180"
}

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