chromedriver
Advanced tools
Comparing version 2.26.0 to 2.26.1
@@ -36,2 +36,8 @@ 'use strict'; | ||
} | ||
} else if (platform === 'freebsd') { | ||
if (process.arch === 'x64') { | ||
platform = 'mac64'; | ||
} else { | ||
platform = 'mac32'; | ||
} | ||
} else if (platform !== 'win32') { | ||
@@ -38,0 +44,0 @@ console.log('Unexpected platform or architecture:', process.platform, process.arch); |
{ | ||
"name": "chromedriver", | ||
"version": "2.26.0", | ||
"version": "2.26.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
20708
403