safaridriver
npmv1.0.1TypeScriptAn 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.
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.
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.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| safaridriverthis page | 0 | 1 | MIT | 8 months ago |
| webdriverio | 0 | 3 | MIT | 1 day ago |
| @wdio/utils | 0 | 3 | MIT | 1 day ago |
| @wdio/repl | 0 | 1 | MIT | 1 day ago |
| @wdio/config | 0 | 2 | MIT | 1 day ago |
| @wdio/logger | 0 | 6 | MIT | 1 day ago |
Dependencies
Declared by safaridriver v1.0.1. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (9)
Used by
Popular packages that depend on safaridriver.
Relationship graph
Dependencies (left) and dependents (right) of safaridriver.
Frequently installed together
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Get an available port
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
Microsofts' EdgeDriver for Node.js
Utility to wait for a TCP port to open.
Download and launch browsers
Mozilla's Geckodriver for Node.js
Utility package providing type information for a variety of WebdriverIO interfaces
Resolve things like Node.js — ponyfill for `import.meta.resolve`
A helper utility for logging of WebdriverIO packages
Release history
1 release in the last two years, typically about 58 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.0.1latest | 8 months ago | 12 KB | MIT |
| 1.0.0 | 1 year ago | 12 KB | MIT |
| 0.1.2 | 2 years ago | 12 KB | MIT |
| 0.1.1 | 2 years ago | 12 KB | MIT |
| 0.1.0 | 3 years ago | 12 KB | MIT |
| 0.0.6 | 3 years ago | 10 KB | MIT |
| 0.0.5 | 3 years ago | 10 KB | MIT |
| 0.0.4 | 3 years ago | 9.7 KB | MIT |
| 0.0.3 | 3 years ago | 9.7 KB | MIT |
| 0.0.2 | 3 years ago | 4.5 KB | MIT |
| 0.0.1 | 3 years ago | 4.0 KB | MIT |
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
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.