chromedriver
Advanced tools
Comparing version 117.0.1 to 117.0.2
@@ -20,3 +20,3 @@ const fs = require('fs'); | ||
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver'); | ||
exports.version = '117.0.5938.88'; | ||
exports.version = '117.0.5938.92'; | ||
exports.start = function (args, returnPromise) { | ||
@@ -23,0 +23,0 @@ let command = exports.path; |
{ | ||
"name": "chromedriver", | ||
"version": "117.0.1", | ||
"version": "117.0.2", | ||
"keywords": [ | ||
@@ -41,2 +41,3 @@ "chromedriver", | ||
"eslint": "^8.45.0", | ||
"semver": "^7.5.4", | ||
"typescript": "^5.1.6" | ||
@@ -43,0 +44,0 @@ }, |
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
43356
3