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 9.0.0-alpha.113 to 9.0.0-alpha.114

2

build/index.js

@@ -105,3 +105,3 @@ import logger from '@wdio/logger';

if (webSocketUrl) {
client._bidiSocket?.on('message', parseBidiMessage.bind(client));
client._bidiHandler?.socket.on('message', parseBidiMessage.bind(client));
}

@@ -108,0 +108,0 @@ return client;

{
"name": "webdriver",
"version": "9.0.0-alpha.113+ceeac488e",
"version": "9.0.0-alpha.114+b1a80c10f",
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",

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

"@types/ws": "^8.5.3",
"@wdio/config": "9.0.0-alpha.113+ceeac488e",
"@wdio/logger": "9.0.0-alpha.113+ceeac488e",
"@wdio/protocols": "9.0.0-alpha.113+ceeac488e",
"@wdio/types": "9.0.0-alpha.113+ceeac488e",
"@wdio/utils": "9.0.0-alpha.113+ceeac488e",
"@wdio/config": "9.0.0-alpha.114+b1a80c10f",
"@wdio/logger": "9.0.0-alpha.114+b1a80c10f",
"@wdio/protocols": "9.0.0-alpha.114+b1a80c10f",
"@wdio/types": "9.0.0-alpha.114+b1a80c10f",
"@wdio/utils": "9.0.0-alpha.114+b1a80c10f",
"deepmerge-ts": "^5.1.0",
"ws": "^8.8.0"
},
"gitHead": "ceeac488e86da4d6ffad891632183085e4332be7"
"gitHead": "b1a80c10f41091e6ecfd8c5abff14788a8de499b"
}
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