Socket
Book a DemoSign in
Socket

undici

Package Overview
Dependencies
Maintainers
3
Versions
272
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
7.24.2
to
7.24.3
+8
-8
lib/dispatcher/client-h2.js

@@ -703,12 +703,12 @@ 'use strict'

}
})
stream.on('data', (chunk) => {
if (request.aborted || request.completed) {
return
}
stream.on('data', (chunk) => {
if (request.aborted || request.completed) {
return
}
if (request.onData(chunk) === false) {
stream.pause()
}
if (request.onData(chunk) === false) {
stream.pause()
}
})
})

@@ -715,0 +715,0 @@

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

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