chromedriver
Advanced tools
Comparing version 2.32.0 to 2.32.1
@@ -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 { |
{ | ||
"name": "chromedriver", | ||
"version": "2.32.0", | ||
"version": "2.32.1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "chromedriver", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
414
33468
15
21