geckodriver
npmv6.1.1TypeScriptMozilla's Geckodriver for Node.js
Adopt with care
geckodriver is usable, with caveats. This package runs an install script on your machine, has a single maintainer (bus factor of 1).
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 54 days ago. 8 releases in the last 2 years.
- BWeight: grade B, Good.
Pulls in 16 transitive packages, about 8.2 MB installed (at least — some of the tree is still being crawled).
- CSupply chain: grade C, Fair — worth a look.
This package runs an install script on your machine, has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — 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 geckodriver to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Licenses in the dependency tree
Every license you inherit by installing geckodriver, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- node >=20.0.0
- Module format
- ESM only
- TypeScript
- Types included
- Install scripts
- Runs on install
Installing this package executes a script defined by its publisher. That is normal for native modules, but it is also how supply-chain attacks run — review it before installing in CI or on a machine with credentials.
Quick start
A usage example from the geckodriver README.
import { start } from 'geckodriver';
import { remote } from 'webdriverio';
import waitPort from 'wait-port';
/**
* first start Geckodriver
*/
const cp = await start({ port: 4444 });
/**
* wait for Geckodriver to be up
*/
await waitPort({ port: 4444 });
geckodriver vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| geckodriverthis page | 0 | 2 | MIT | 1 month ago |
| webdriverio | 0 | 3 | MIT | 14 hours ago |
| @wdio/repl | 0 | 1 | MIT | 15 hours ago |
| @wdio/types | 0 | 5 | MIT | 17 hours ago |
| @wdio/utils | 0 | 3 | MIT | 15 hours ago |
| webdriver | 0 | 1 | MIT | 15 hours ago |
Dependencies
Declared by geckodriver v6.1.1. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (6)
Dev (15)
Used by
Popular packages that depend on geckodriver.
Relationship graph
Dependencies (left) and dependents (right) of geckodriver.
Frequently installed together
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Utility to wait for a TCP port to open.
A helper utility for logging of WebdriverIO packages
Get an available port
Microsofts' EdgeDriver for Node.js
Utility package providing type information for a variety of WebdriverIO interfaces
Find apps installed on your system. This util will help to find executables of a known app like Chrome, Firefox,... on Windows, Linux, and macOS out of the box.
split a Text Stream into a Line Stream, using Stream 3
Resolve things like Node.js — ponyfill for `import.meta.resolve`
Download and launch browsers
An NPM wrapper for handling the Safaridriver binary.
An HTTP(s) proxy `http.Agent` implementation for HTTPS
Release history
5 releases in the last two years, typically about 32 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 6.1.1latest | 1 month ago | 41 KB | MIT |
| 6.1.0 | 9 months ago | 37 KB | MIT |
| 6.0.2 | 11 months ago | 36 KB | MIT |
| 6.0.1 | 1 year ago | 37 KB | MIT |
| 6.0.0 | 1 year ago | 36 KB | MIT |
| 5.0.0 | 1 year ago | 37 KB | MIT |
| 4.5.1 | 1 year ago | 52 KB | MPL-2.0 |
| 4.5.0 | 1 year ago | 52 KB | MPL-2.0 |
| 4.4.4 | 2 years ago | 51 KB | MPL-2.0 |
| 4.4.3 | 2 years ago | 50 KB | MPL-2.0 |
| 4.4.2 | 2 years ago | 50 KB | MPL-2.0 |
| 4.4.1 | 2 years ago | 50 KB | MPL-2.0 |
| 4.4.0 | 2 years ago | 51 KB | MPL-2.0 |
| 4.3.3 | 2 years ago | 50 KB | MPL-2.0 |
| 4.3.2 | 2 years ago | 50 KB | MPL-2.0 |
Overview
geckodriver is an npm package that mozilla's Geckodriver for Node.js. It has 2 known dependents in the graph. The latest version is 6.1.1, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need mozilla's Geckodriver for Node.js and value a focused solution.
When not to use it
Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- Large dependency tree (21 direct dependencies) increases install size and audit surface.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Keywords
Frequently asked questions
Should I use geckodriver?
geckodriver is usable, with caveats. This package runs an install script on your machine, has a single maintainer (bus factor of 1).
How do I install geckodriver?
Run `npm install geckodriver` to add geckodriver to your npm project.
How many dependencies does geckodriver have?
geckodriver declares 21 direct dependencies and pulls in 16 packages in total once its runtime tree is resolved totalling about 8.2 MB on disk.
What license is geckodriver released under?
geckodriver is distributed under the MIT license. Its dependency tree also includes: BSD-3-Clause, MIT.
How popular is geckodriver?
npm does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on geckodriver.
Is geckodriver still maintained?
The most recent release of geckodriver (v6.1.1) was published 1 month ago.
Does geckodriver run install scripts?
Yes. geckodriver defines a lifecycle script that executes when the package is installed. Review it before installing in CI or on a machine holding credentials.