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.2 to 1.0.3

chrome-finder/darwin.js

2

index.js
"use strict";
const findChrome = require('chrome-finder');
const findChrome = require('./chrome-finder');
const util = require('util');

@@ -5,0 +5,0 @@ const exec = util.promisify(require('child_process').exec);

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

@@ -11,5 +11,2 @@ "main": "index.js",

"license": "MIT",
"dependencies": {
"chrome-finder": "^1.0.5"
},
"homepage": "https://github.com/testimio/chrome-version",

@@ -16,0 +13,0 @@ "keywords": ["chrome", "version" ],

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