Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
168
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.7.5 to 7.7.7

6

build/Options.d.ts

@@ -307,5 +307,7 @@ /// <reference types="node" />

/**
* Define specs for test execution.
* Define specs for test execution. You can either specify a glob
* pattern to match multiple files at once or wrap a glob or set of
* paths into an array to run them within a single worker process.
*/
specs?: string[];
specs?: (string | string[])[];
/**

@@ -312,0 +314,0 @@ * Exclude specs from test execution.

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

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

},
"gitHead": "3cbc9645fdf42e24d6306bc5ac42c34920093970"
"gitHead": "9ac9bc9eaa7ab439a0225163e0e61740a77235f1"
}

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