</>PackageGraphPackageGraph

safaridriver

npmv1.0.1TypeScript

An NPM wrapper for handling the Safaridriver binary.

Safe to adopt

Yes — safaridriver scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 254 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 254 days ago. 2 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 12 KB installed.

  • BSupply chain: grade B, Good.

    This package 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 safaridriver to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

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

12 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >=18.0.0
Module format
ESM + CommonJS
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the safaridriver README.

import safaridriver from 'safaridriver'

await safaridriver.start()

// run some automation...

// then kill instance via:
safaridriver.stop()

safaridriver vs the alternatives

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

PackageWeekly downloadsDependentsLicenseLast release
safaridriverthis page01MIT8 months ago
webdriverio03MIT1 day ago
@wdio/utils03MIT1 day ago
@wdio/repl01MIT1 day ago
@wdio/config02MIT1 day ago
@wdio/logger06MIT1 day ago

Dependencies

Declared by safaridriver v1.0.1. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (9)

@types/node ^25.0.3@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.2typescript ^5.9.3vitest ^4.0.16

Used by

Popular packages that depend on safaridriver.

Relationship graph

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

@wdio/utilssafaridriver
safaridriver dependencies dependents

Frequently installed together

Release history

1 release in the last two years, typically about 58 days apart.

Recent versions of safaridriver
VersionPublishedSizeLicense
1.0.1latest8 months ago12 KBMIT
1.0.01 year ago12 KBMIT
0.1.22 years ago12 KBMIT
0.1.12 years ago12 KBMIT
0.1.03 years ago12 KBMIT
0.0.63 years ago10 KBMIT
0.0.53 years ago10 KBMIT
0.0.43 years ago9.7 KBMIT
0.0.33 years ago9.7 KBMIT
0.0.23 years ago4.5 KBMIT
0.0.13 years ago4.0 KBMIT

Overview

safaridriver is an npm package that an NPM wrapper for handling the Safaridriver binary. It has 1 known dependents in the graph. The latest version is 1.0.1, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need an NPM wrapper for handling the Safaridriver binary 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 (MIT).

Cons

  • No significant drawbacks detected from available metadata.

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

Maintainers

Keywords

Frequently asked questions

Should I use safaridriver?

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

How do I install safaridriver?

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

What license is safaridriver released under?

safaridriver is distributed under the MIT license.

How popular is safaridriver?

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

Is safaridriver still maintained?

The most recent release of safaridriver (v1.0.1) was published 8 months ago.

Does safaridriver run install scripts?

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