Socket
Book a DemoInstallSign in
Socket

chromium-bin

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-bin

Chromium wrapper that makes it seamlessly available as a local dependency

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

chromium-bin Build Status

Chromium wrapper that makes it seamlessly available as a local dependency

Install

$ npm install --save chromium-bin

Usage

const {execFile} = require('child_process');
const chromium = require('chromium-bin');

execFile(chromium, ['https://github.com'], err => {
	console.log('Page opened!');
});

CLI

$ npm install --global chromium-bin
$ chromium --help

License

MIT © Kevin Martensson

Keywords

bin-wrapper

FAQs

Package last updated on 07 Jun 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