chromedriver
Advanced tools
Comparing version 2.30.0 to 2.30.1
@@ -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 @@ } |
{ | ||
"name": "chromedriver", | ||
"version": "2.30.0", | ||
"version": "2.30.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
49442
842