Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@testim/chrome-version

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testim/chrome-version - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

8

index.js

@@ -49,4 +49,8 @@ "use strict";

function getChromeVersionFromOsa() {
const version = execSync('osascript -e \'tell application "Google Chrome" to get version\'').toString();
return version;
try {
const version = execSync('osascript -e \'tell application "Google Chrome" to get version\'').toString();
return version;
} catch (err) {
return null;
}
}

@@ -53,0 +57,0 @@

{
"name": "@testim/chrome-version",
"version": "1.0.5",
"version": "1.0.6",
"description": "Finds the version of Chrome that is installed on your machine",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc