Gathering detailed insights and metrics for @vercel/fetch-retry
Gathering detailed insights and metrics for @vercel/fetch-retry
Gathering detailed insights and metrics for @vercel/fetch-retry
Gathering detailed insights and metrics for @vercel/fetch-retry
Opinionated `fetch` (with retrying and DNS caching) optimized for use with Node.js
npm install @vercel/fetch-retry
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
569 Stars
201 Commits
26 Forks
54 Watching
1 Branches
90 Contributors
Updated on 17 Sept 2024
JavaScript (99.68%)
Shell (0.32%)
Cumulative downloads
Total Downloads
Last day
46%
115,540
Compared to previous day
Last week
12.7%
499,559
Compared to previous week
Last month
7.4%
1,787,865
Compared to previous month
Last year
60.5%
9,340,115
Compared to previous year
2
1
3
This repository is now archived. See this post for more details: https://github.com/vercel/fetch/issues/83
This fetch monorepo contains three packages:
@vercel/fetch
@vercel/fetch-retry
@vercel/fetch-cached-dns
These packages are designed for use with Node.js in order to bring the familiarity of the Fetch API to the backend. There are future plans to make this project interoperable between both browser and server environments.
@vercel/fetch
bundles all packages inside this monorepo together into a super-powered fetch client. By default, this package will use its peer dependency node-fetch, but it also supports other fetch implementations.
1// Basic Usage 2import fetch from '@vercel/fetch';
1// Bring your own fetch implementation 2import createFetch from '@vercel/fetch'; 3import fetchImpl from 'some-fetch-implementation'; 4const fetch = createFetch(fetchImpl);
Please see our CONTRIBUTING.md
Please see our CODE_OF_CONDUCT.md
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
Found 8/15 approved changesets -- score normalized to 5
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
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
Reason
10 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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