Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
node-fetch-with-proxy
Advanced tools
Thin wrapper of node-fetch that can be used behind the proxy.
npm install node-fetch-with-proxy
API is the same as node-fetch
.
const fetch = require('node-fetch-with-proxy');
fetch('http://httpbin.org/get')
.then(res => res.json())
.then(json => console.log(json));
Unlike node-fetch, proxy can be set by environment variable.
export HTTP_PROXY=http://your.proxy:8888
Environment variables are only valid for Node.js. Note that the browser uses its own proxy settings instead.
FAQs
node-fetch with proxy-agent
The npm package node-fetch-with-proxy receives a total of 879 weekly downloads. As such, node-fetch-with-proxy popularity was classified as not popular.
We found that node-fetch-with-proxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.