</>PackageGraphPackageGraph

chrome-launcher

npmv1.2.1TypeScript

Launch latest Chrome with the Devtools Protocol port open

Safe to adopt

Yes — chrome-launcher scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 349 days ago. 2 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • BMaintenance: grade B, Good.

    Last published 349 days ago. 2 releases in the last 2 years.

  • BWeight: grade B, Good.

    Pulls in 10 transitive packages, about 2.8 MB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 4 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    Apache-2.0 — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding chrome-launcher to a project.

4
Direct dependencies

Runtime packages this one declares itself.

10
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

2.8 MB
Install size

Unpacked size of this package plus its entire runtime tree.

3
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

Apache-2.0MIT

Every license you inherit by installing chrome-launcher, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
node >=12.13.0
Module format
ESM only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the chrome-launcher README.

{
  // (optional) remote debugging port number to use. If provided port is already busy, launch() will reject
  // Default: an available port is autoselected
  port: number;

  // (optional) When `port` is specified *and* no Chrome is found at that port,
  // * if `false` (default), chrome-launcher will launch a new Chrome with that port.
  // * if `true`, throw an error
  // This option is useful when you wish to explicitly connect to a running Chrome, such as on a mobile device via adb
  // Default: false
  portStrictMode: boolean;

  // (optional) Additional flags to pass to Chrome, for example: ['--headless', '--disable-gpu']
  // See: https://github.com/GoogleChrome/chrome-launcher/blob/main/docs/chrome-flags-for-tools.md
Example truncated — see the full README.

Dependencies

Declared by chrome-launcher v1.2.1. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (7)

@types/mocha ^8.0.4@types/sinon ^9.0.1clang-format ^1.0.50mocha ^10.2.0sinon ^9.0.1ts-node ^10.9.1typescript ^4.1.2

Used by

Popular packages that depend on chrome-launcher.

Relationship graph

Dependencies (left) and dependents (right) of chrome-launcher.

Frequently installed together

Release history

2 releases in the last two years, typically about 92 days apart.

Recent versions of chrome-launcher
VersionPublishedSizeLicense
1.2.1latest11 months ago134 KBApache-2.0
1.2.01 year ago133 KBApache-2.0
1.1.22 years ago129 KBApache-2.0
1.1.12 years ago129 KBApache-2.0
1.1.02 years ago129 KBApache-2.0
1.0.03 years ago124 KBApache-2.0
0.15.23 years ago125 KBApache-2.0
0.15.14 years ago180 KBApache-2.0
0.15.04 years ago111 KBApache-2.0
0.14.24 years ago109 KBApache-2.0
0.14.14 years ago109 KBApache-2.0
0.14.05 years ago106 KBApache-2.0
0.13.46 years ago142 KBApache-2.0
0.13.36 years ago161 KBApache-2.0
0.13.26 years ago159 KBApache-2.0

Overview

chrome-launcher is an npm package that launch latest Chrome with the Devtools Protocol port open. It has 1 known dependents in the graph. The latest version is 1.2.1, released under the Apache-2.0 license.

Who should use it

Teams working in the npm ecosystem who need launch latest Chrome with the Devtools Protocol port open and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (Apache-2.0).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use chrome-launcher?

Yes — chrome-launcher scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 349 days ago. 2 releases in the last 2 years.

How do I install chrome-launcher?

Run `npm install chrome-launcher` to add chrome-launcher to your npm project.

How many dependencies does chrome-launcher have?

chrome-launcher declares 11 direct dependencies and pulls in 10 packages in total once its runtime tree is resolved totalling about 2.8 MB on disk.

What license is chrome-launcher released under?

chrome-launcher is distributed under the Apache-2.0 license. Its dependency tree also includes: Apache-2.0, MIT.

How popular is chrome-launcher?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on chrome-launcher.

Is chrome-launcher still maintained?

The most recent release of chrome-launcher (v1.2.1) was published 11 months ago.

Does chrome-launcher run install scripts?

No. chrome-launcher does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.