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.28.6 to 8.29.0

4

build/Options.d.ts

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

/**
* Set to true if you want to update your snapshots.
*/
updateSnapshots?: 'all' | 'new' | 'none';
/**
* The number of retry attempts for an entire specfile when it fails as a whole.

@@ -409,0 +413,0 @@ */

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

element?: any | any[];
context?: unknown;
/**
* propagate error stack for inline snapshots
*/
errorStack?: string;
}

@@ -158,0 +163,0 @@ export interface ExpectResponseEvent extends MessageWithPendingPromiseId {

4

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

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

},
"gitHead": "22402f1129cc993b1c8d6bb483c95248b2679c65"
"gitHead": "cfd2ee1a1b4c4dc5b399ada6c28e8ccfa90c3bf1"
}

Sorry, the diff of this file is not supported yet

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