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.23.0 to 8.23.1

4

build/request/index.js

@@ -24,3 +24,3 @@ import path from 'node:path';

}
const ONE_SECOND = 1000 * 1;
const MAX_RETRY_TIMEOUT = 100; // 100ms
const DEFAULT_HEADERS = {

@@ -77,3 +77,3 @@ 'Content-Type': 'application/json; charset=utf-8',

methods: RETRY_METHODS,
calculateDelay: ({ computedValue }) => Math.min(ONE_SECOND, computedValue / 10)
calculateDelay: ({ computedValue }) => Math.min(MAX_RETRY_TIMEOUT, computedValue / 10)
},

@@ -80,0 +80,0 @@ timeout: { response: options.connectionRetryTimeout }

{
"name": "webdriver",
"version": "8.23.0",
"version": "8.23.1",
"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.23.0",
"@wdio/config": "8.23.1",
"@wdio/logger": "8.16.17",
"@wdio/protocols": "8.23.0",
"@wdio/types": "8.23.0",
"@wdio/utils": "8.23.0",
"@wdio/types": "8.23.1",
"@wdio/utils": "8.23.1",
"deepmerge-ts": "^5.1.0",

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

},
"gitHead": "b17ce5f554deb8588cc156ad9676bd4bd13defe7"
"gitHead": "64633b802ba4d00d23f6531dadc3fc724d8d7dd5"
}
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