Gathering detailed insights and metrics for @sitespeed.io/chromedriver
Gathering detailed insights and metrics for @sitespeed.io/chromedriver
Gathering detailed insights and metrics for @sitespeed.io/chromedriver
Gathering detailed insights and metrics for @sitespeed.io/chromedriver
Install and launch Chromedriver for Mac, Linux or Windows.
npm install @sitespeed.io/chromedriver
Typescript
Module System
Node Version
NPM Version
70
Supply Chain
71.6
Quality
87.6
Maintenance
100
Vulnerability
100
License
JavaScript (98.66%)
Shell (1.34%)
Total Downloads
1,335,653
Last Day
405
Last Week
3,676
Last Month
15,986
Last Year
204,198
MIT License
4 Stars
200 Commits
3 Forks
2 Watchers
3 Branches
2 Contributors
Updated on Apr 04, 2025
Minified
Minified + Gzipped
Latest Version
135.0.7049-42
Package Id
@sitespeed.io/chromedriver@135.0.7049-42
Unpacked Size
8.73 kB
Size
3.32 kB
File Count
5
NPM Version
10.2.5
Node Version
22.11.0
Published on
Apr 04, 2025
Cumulative downloads
Total Downloads
Last Day
0.7%
405
Compared to previous day
Last Week
-7.7%
3,676
Compared to previous week
Last Month
3.1%
15,986
Compared to previous month
Last Year
-23%
204,198
Compared to previous year
2
This is a simple package that downloads Chromedriver and provides a node api for accessing the path to the binary. We want to keep this with minimimal dependencies.
How to use?
1const driver = require('@sitespeed.io/chromedriver'); 2 3const binPath = driver.binPath(); 4// launch chromedriver from binPath
You can override where you download the Chromedriver by setting process.env.CHROMEDRIVER_BASE_URL. You can skip downloading the Chromedriver by setting process.env.CHROMEDRIVER_SKIP_DOWNLOAD.
You can download another Chromedriver version by setting process.env.CHROMEDRIVER_VERSION.
CHROMEDRIVER_VERSION=81.0.4044.20 node install.js
If you don't set a version, the version in the package.json is used.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
6 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-04-28
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More