Gathering detailed insights and metrics for @zeit/fetch
Gathering detailed insights and metrics for @zeit/fetch
Gathering detailed insights and metrics for @zeit/fetch
Gathering detailed insights and metrics for @zeit/fetch
@zeit/fetch-retry
A layer on top of `fetch` (via [node-fetch](https://www.npmjs.com/package/node-fetch)) with sensible defaults for retrying to prevent common errors.
@zeit/fetch-cached-dns
A decorator on top of `fetch` that caches the DNS query of the `hostname` of the passed URL
node-fetch
A light-weight module that brings Fetch API to node.js
bull-repl
Bull / BullMQ queue command line REPL
Opinionated `fetch` (with retrying and DNS caching) optimized for use with Node.js
npm install @zeit/fetch
Module System
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
45.6%
22,064
Compared to previous day
Last week
19.7%
98,870
Compared to previous week
Last month
-8.3%
350,274
Compared to previous month
Last year
112.7%
4,683,761
Compared to previous year
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license 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
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