You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

find-chrome-version

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-chrome-version

Finds installed Chrome version

3.1.0
latest
Source
npmnpm
Version published
Weekly downloads
1.8K
-21.24%
Maintainers
0
Weekly downloads
 
Created
Source

Find chrome version

Test windows status Test macOS status Test linux status

npm version Node.js version npm downloads Minified size Known vulnerabilities

Finds installed Chrome version.

Install

npm install find-chrome-version

Usage

import findChromeVersion from "find-chrome-version"

const example = async () => {
  const chromeVersion = await findChromeVersion()
  console.log(`Your Chrome version is ${chromeVersion}`)
}
example()

Keywords

chrome

FAQs

Package last updated on 01 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts