Socket
Socket
Sign inDemoInstall

selenium-webdriver

Package Overview
Dependencies
Maintainers
1
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 2.32.0 to 2.32.1

5

CHANGES.md

@@ -0,1 +1,6 @@

## v2.32.1
* FIXED: 5541: Added missing return statement for windows in
`portprober.findFreePort()`
## v2.32.0

@@ -2,0 +7,0 @@

2

net/portprober.js

@@ -114,3 +114,3 @@ // Copyright 2013 Selenium committers

// we just fallback on the default IANA range.
execute('cmd.exe /c ver').then(function(stdout) {
return execute('cmd.exe /c ver').then(function(stdout) {
if (/Windows XP/.test(stdout)) {

@@ -117,0 +117,0 @@ // TODO: Try to read these values from the registry.

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

@@ -5,0 +5,0 @@ "keywords": [

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