Socket
Socket
Sign inDemoInstall

selenium-webdriver

Package Overview
Dependencies
Maintainers
8
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium-webdriver - npm Package Compare versions

Comparing version 4.6.0 to 4.6.1

10

CHANGES.md

@@ -0,1 +1,11 @@

## v4.6.1
#### :bug: Bug Fix
* Support Node 17 and above (#11262)
#### :nail_care: Polish
* Fix typos (#11258)
## v4.6.0

@@ -2,0 +12,0 @@

1

http/index.js

@@ -57,2 +57,3 @@ // Licensed to the Software Freedom Conservancy (SFC) under one

options.path = options.pathname
options.hostname = options.hostname === 'localhost' ? '127.0.0.1' : options.hostname // To support Node 17 and above. Refer https://github.com/nodejs/node/issues/40702 for details.
return options

@@ -59,0 +60,0 @@ }

2

lib/select.js

@@ -294,3 +294,3 @@ // Licensed to the Software Freedom Conservancy (SFC) under one

/**
* Retruns a boolean value if the select tag is multiple
* Returns a boolean value if the select tag is multiple
* @returns {Promise<boolean>}

@@ -297,0 +297,0 @@ */

{
"name": "selenium-webdriver",
"version": "4.6.0",
"version": "4.6.1",
"description": "The official WebDriver JavaScript bindings from the Selenium project",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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