Gathering detailed insights and metrics for @turist/fetch
Gathering detailed insights and metrics for @turist/fetch
Gathering detailed insights and metrics for @turist/fetch
Gathering detailed insights and metrics for @turist/fetch
Opinionated `fetch` (with retrying and DNS caching) optimized for use inside microservices
npm install @turist/fetch
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
22 Stars
145 Commits
1 Forks
2 Watching
4 Branches
2 Contributors
Updated on 14 Nov 2023
TypeScript (100%)
Cumulative downloads
Total Downloads
Last day
-19.5%
29,607
Compared to previous day
Last week
-4.1%
200,657
Compared to previous week
Last month
-16.7%
929,367
Compared to previous month
Last year
-17.8%
13,992,286
Compared to previous year
Opinionated fetch
optimized for use inside microservices.
It automatically configures an agent
via
agentkeepalive,
if not provided, with the following settings:
Name | Value |
---|---|
maxSockets | 50 |
maxFreeSockets | 20 |
timeout | 60000 |
freeSocketKeepAliveTimeout | 30000 |
1const fetch = require('@turist/fetch').default(require('some-fetch-implementation'))
1import createFetch from '@turist/fetch'; 2 3const fetch = createFetch();
If no fetch implementation is supplied, it will attempt to use peerDep
node-fetch
.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/20 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
17 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