
Company News
Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development
Socket is scaling to defend open source against supply chain attacks as AI accelerates software development.
node-reqwest
Advanced tools
Node.js bindings for reqwest - Rust HTTP client library. This library provides support for system proxy and trusted system CA certificates without additional configuration. The build is made in a fashion that allows usage by Electron-based applications.
fetch('http://example.lan')This library provides an Agent that is fully compatible with the
undici.Dispatcher interface. This allows it to be used as a global
dispatcher for fetch or with other undici-compatible APIs.
import { Agent } from 'node-reqwest';
import { setGlobalDispatcher } from 'undici';
// Create an agent with system proxy enabled (default)
const agent = new Agent({
allowH2: true,
proxy: 'system'
});
setGlobalDispatcher(agent);
// Now all fetch calls will use reqwest under the hood
const response = await fetch('https://example.com');
Warning: this package uses install script to download precompiled binary for the correct OS and architecture. All the binaries get attached to GitHub release. The releases are made immutable to prevent supply chain attacks.
FAQs
Node.js bindings for reqwest - Rust HTTP client library
The npm package node-reqwest receives a total of 620 weekly downloads. As such, node-reqwest popularity was classified as not popular.
We found that node-reqwest demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
Socket is scaling to defend open source against supply chain attacks as AI accelerates software development.

Research
/Security News
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.

Research
Active npm supply chain attack compromises @antv packages in a fast-moving malicious publish wave tied to Mini Shai-Hulud.