</>PackageGraphPackageGraph

edgedriver

npmv6.3.0TypeScript

Microsofts' EdgeDriver for Node.js

Adopt with care

edgedriver is usable, with caveats. Pulls in 27 transitive packages, about 9.9 MB installed (at least — some of the tree is still being crawled). This package runs an install script on your machine.

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

    No download data reported for this package yet.

  • BMaintenance: grade B, Good.

    Last published 248 days ago. 7 releases in the last 2 years.

  • CWeight: grade C, Fair — worth a look.

    Pulls in 27 transitive packages, about 9.9 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.

  • 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 edgedriver to a project.

8
Direct dependencies

Runtime packages this one declares itself.

27
Total installed

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

9.9 MB
Install size

Unpacked size of this package plus its entire runtime tree.

3
Tree depth

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

BSD-3-ClauseBlueOak-1.0.0ISCMIT

Every license you inherit by installing edgedriver, 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 edgedriver README.

import { start } from 'edgedriver';
import { remote } from 'webdriverio';
import waitPort from 'wait-port';

/**
 * first start EdgeDriver
 */
const cp = await start({ port: 4444 });

/**
 * wait for EdgeDriver to be up
 */
await waitPort({ port: 4444 });
Example truncated — see the full README.

edgedriver vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
edgedriverthis page01MIT8 months ago
webdriverio03MIT1 day ago
@wdio/repl01MIT1 day ago
@wdio/types05MIT1 day ago
@wdio/utils03MIT1 day ago
webdriver01MIT1 day ago

Dependencies

Declared by edgedriver v6.3.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (12)

@types/node ^24.10.1@vitest/coverage-v8 ^4.0.16@wdio/eslint ^0.1.3eslint ^9.39.2husky ^9.1.7npm-run-all2 ^8.0.4release-it ^19.2.2ts-node ^10.9.2typescript ^5.9.3vitest ^4.0.16wait-port ^1.1.0webdriverio ^9.22.0

Used by

Popular packages that depend on edgedriver.

Relationship graph

Dependencies (left) and dependents (right) of edgedriver.

Frequently installed together

Release history

4 releases in the last two years, typically about 19 days apart.

Recent versions of edgedriver
VersionPublishedSizeLicense
6.3.0latest8 months ago62 KBMIT
6.2.18 months ago59 KBMIT
6.2.09 months ago59 KBMIT
6.1.21 year ago59 KBMIT
6.1.11 year ago59 KBMIT
6.1.01 year ago59 KBMIT
6.0.01 year ago58 KBMIT
5.6.12 years ago58 KBMIT
5.6.02 years ago53 KBMIT
5.5.02 years ago54 KBMIT
5.4.02 years ago52 KBMIT
5.3.102 years ago52 KBMIT
5.3.92 years ago50 KBMIT
5.3.82 years ago50 KBMIT
5.3.73 years ago49 KBMIT

Overview

edgedriver is an npm package that microsofts' EdgeDriver for Node.js. It has 1 known dependents in the graph. The latest version is 6.3.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need microsofts' EdgeDriver 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 (20 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 edgedriver?

edgedriver is usable, with caveats. Pulls in 27 transitive packages, about 9.9 MB installed (at least — some of the tree is still being crawled). This package runs an install script on your machine.

How do I install edgedriver?

Run `npm install edgedriver` to add edgedriver to your npm project.

How many dependencies does edgedriver have?

edgedriver declares 20 direct dependencies and pulls in 27 packages in total once its runtime tree is resolved totalling about 9.9 MB on disk.

What license is edgedriver released under?

edgedriver is distributed under the MIT license. Its dependency tree also includes: BSD-3-Clause, BlueOak-1.0.0, ISC, MIT.

How popular is edgedriver?

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

Is edgedriver still maintained?

The most recent release of edgedriver (v6.3.0) was published 8 months ago.

Does edgedriver run install scripts?

Yes. edgedriver defines a lifecycle script that executes when the package is installed. Review it before installing in CI or on a machine holding credentials.