Socket
Socket
Sign inDemoInstall

webdriver

Package Overview
Dependencies
Maintainers
3
Versions
476
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriver - npm Package Compare versions

Comparing version 8.35.0 to 8.36.0

7

build/types.d.ts

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

};
'request.performance': {
durationMillisecond: number;
error: string;
request: any;
retryCount: number;
success: boolean;
};
};

@@ -47,0 +54,0 @@ export type BidiEventMap = {

10

package.json
{
"name": "webdriver",
"version": "8.35.0",
"version": "8.36.0",
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",

@@ -41,7 +41,7 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@types/ws": "^8.5.3",
"@wdio/config": "8.35.0",
"@wdio/config": "8.36.0",
"@wdio/logger": "8.28.0",
"@wdio/protocols": "8.32.0",
"@wdio/types": "8.32.4",
"@wdio/utils": "8.35.0",
"@wdio/types": "8.36.0",
"@wdio/utils": "8.36.0",
"deepmerge-ts": "^5.1.0",

@@ -52,3 +52,3 @@ "got": "^12.6.1",

},
"gitHead": "d6eab1a26ca9feebcde789adacd872067b6c7b83"
"gitHead": "bc4e87f18f8f3cd8293734264f3ffb1e6a194cd7"
}

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