Socket
Socket
Sign inDemoInstall

chromedriver

Package Overview
Dependencies
77
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.30.0 to 2.30.1

6

install.js

@@ -163,7 +163,3 @@ 'use strict';

} else {
try {
chromedriver_version = JSON.parse(data);
} catch (jsonErr) {
deferred.reject('Unable to parse response as JSON', jsonErr);
}
chromedriver_version = data.trim();
deferred.resolve(true);

@@ -170,0 +166,0 @@ }

2

package.json
{
"name": "chromedriver",
"version": "2.30.0",
"version": "2.30.1",
"keywords": [

@@ -5,0 +5,0 @@ "chromedriver",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc