Socket
Book a DemoInstallSign in
Socket

firefox-nightly-prebuilt

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firefox-nightly-prebuilt

Use prebuilt firefox-nightly binaries

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

firefox-nightly-prebuilt

Use prebuilt FirefoxNightly binaries.

This caches Nightlys on disk, for at most day.

Work in progress: This currently only works on macOS. Pull requests welcome!

Usage

First install the module, which downloads FirefoxNightly unless you have the current nightly cached already:

$ npm install --save firefox-nightly-prebuilt

Then get the path to the executable in Node:

const firefox = require('firefox-nightly-prebuilt')
console.log(firefox)

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

License

MIT

FAQs

Package last updated on 23 Sep 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