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

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
173
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.13.2 to 7.14.1

7

build/Frameworks.d.ts

@@ -49,4 +49,9 @@ export interface Suite {

result?: {
status?: number;
duration: {
seconds: number;
nanos: number;
};
status: 'UNKNOWN' | 'PASSED' | 'SKIPPED' | 'PENDING' | 'UNDEFINED' | 'AMBIGUOUS' | 'FAILED';
message?: string;
willBeRetried: boolean;
};

@@ -53,0 +58,0 @@ }

4

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

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

},
"gitHead": "1ea2b99e2e335c0fb517c726cd92da970636aaf9"
"gitHead": "0f6b6089f675b303741fcb3463779ca248058ae0"
}

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