@testim/chrome-version
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -50,3 +50,3 @@ "use strict"; | ||
try { | ||
const version = execSync('osascript -e \'tell application "Google Chrome" to get version\'').toString(); | ||
const version = execSync('osascript -e \'tell application "Google Chrome" to get version\'').toString().trim(); | ||
return version; | ||
@@ -53,0 +53,0 @@ } catch (err) { |
{ | ||
"name": "@testim/chrome-version", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Finds the version of Chrome that is installed on your machine", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
16182