Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

selenium-webdriver

Package Overview
Dependencies
Maintainers
1
Versions
100
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.34.0 to 2.34.1

5

CHANGES.md

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

## v2.34.1
* FIXED: 6079: The parent process should not wait for spawned driver service
processes (chromedriver, phantomjs, etc.)
## v2.34.0

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

2

package.json
{
"name": "selenium-webdriver",
"version": "2.34.0",
"version": "2.34.1",
"description": "The official WebDriver JavaScript bindings from the Selenium project",

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

@@ -169,2 +169,5 @@ // Copyright 2013 Software Freedom Conservancy

// This process should not wait on the spawned child, however, we do
// want to ensure the child is killed when this process exits.
self.process_.unref();
process.once('exit', killServer);

@@ -171,0 +174,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