Socket
Book a DemoInstallSign in
Socket

chromium-prebuilt

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromium-prebuilt

Use prebuilt Chromium binaries

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

chromium-prebuilt

Use prebuilt Chromium binaries.

Usage

First install the module, which downloads Chromium unless you have it cached already:

$ npm install --save chromium-prebuilt

Then get the path to the executable in Node:

const chromium = require('chromium-prebuilt')
console.log(chromium)

// for example:
spawn(chromium, ['--headless'])

License

MIT

FAQs

Package last updated on 17 Oct 2017

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