New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

undici

Package Overview
Dependencies
Maintainers
3
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

undici - npm Package Compare versions

Comparing version 4.8.2 to 4.9.0

2

lib/fetch/index.js

@@ -174,3 +174,3 @@ // https://github.com/Ethan-Arrowood/undici-fetch

// and terminate these substeps.
if (response.status === 0) {
if (response.type === 'error') {
p.reject(

@@ -177,0 +177,0 @@ Object.assign(new TypeError('fetch failed'), { cause: response.error })

{
"name": "undici",
"version": "4.8.2",
"version": "4.9.0",
"description": "An HTTP/1.1 client, written from scratch for Node.js",

@@ -5,0 +5,0 @@ "homepage": "https://undici.nodejs.org",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc