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.1 to 1.0.2

2

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

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

@@ -5,9 +5,16 @@ # chrome-version

## Installation
```sh
npm install @testim/chrome-version
```
## Use
```js
const { getChromeVersion } = require('chrome-version');
const version = await getChromeVersion();
console.log(version);
(async () => {
const { getChromeVersion } = require('chrome-version');
const version = await getChromeVersion();
console.log(version);
})();
```
* If no version of chrome is installed on your machine `getChromeVersion` will return null.
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