Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

just-launch

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-launch

Launch any browser on any OS!

Source
npmnpm
Version
2.1.4
Version published
Weekly downloads
12
300%
Maintainers
1
Weekly downloads
 
Created
Source

just-launch

Launch any browser, on any OS, with a fresh session!

Supports

  • Chrome
  • Firefox
  • Safari
  • Edge
  • Electron
  • PhantomJS

on

  • mac OS
  • Windows
  • Linux

Usage

Use its CLI:

$ just-launch chrome https://github.com

Use its API:

const launch = require('just-launch')

launch('chrome', {
  uri: 'https://github.com'
}, (err, browser) => {
  if (err) throw err
  browser.on('error', console.error)
})

Installation

$ npm install [-g] just-launch

API

launch(browser, opts, cb)

Options:

  • uri

Possible browser values:

  • chrome
  • firefox
  • electron
  • phantom
  • safari (mac OS only)
  • edge (Windows only)

CLI

$ just-launch
Usage: just-launch BROWSER URI
  • osx chrome
  • osx firefox
  • osx electron
  • osx phantomjs
  • osx safari
  • linux chrome
  • linux firefox
  • linux electron
  • linux phantomjs
  • windows chrome
  • windows firefox
  • windows electron
  • windows phantomjs
  • windows edge

License

MIT

FAQs

Package last updated on 21 May 2018

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