Socket
Socket
Sign inDemoInstall

chromedriver

Package Overview
Dependencies
5
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.32.0 to 2.32.1

10

install.js

@@ -129,2 +129,12 @@ 'use strict';

var ca = process.env.npm_config_ca;
// Parse ca string like npm does
if (ca && ca.match(/^".*"$/)) {
try {
ca = JSON.parse(ca.trim());
} catch (e) {
console.error('Could not parse ca string', process.env.npm_config_ca, e);
}
}
if (!ca && process.env.npm_config_cafile) {

@@ -131,0 +141,0 @@ try {

2

package.json
{
"name": "chromedriver",
"version": "2.32.0",
"version": "2.32.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