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.30.0 to 8.31.0

5

build/Options.d.ts

@@ -413,2 +413,7 @@ /// <reference types="node" resolution-mode="require"/>

/**
* Overrides default snapshot path. For example, to store snapshots next to test files.
* @default __snapshots__ stores snapshot files in __snapshots__ directory next to the test file.
*/
resolveSnapshotPath?: (testPath: string, snapExtension: string) => string;
/**
* The number of retry attempts for an entire specfile when it fails as a whole.

@@ -415,0 +420,0 @@ */

4

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

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

},
"gitHead": "033e2a91e97c9bd060eb70f2e4e412d382bec3af"
"gitHead": "3d44631bdcb332238b29aa0859dae7b335e51f89"
}

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