Socket
Socket
Sign inDemoInstall

undici

Package Overview
Dependencies
Maintainers
2
Versions
212
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.0.0-rc.5 to 4.0.0-rc.6

6

lib/client.js

@@ -520,2 +520,3 @@ 'use strict'

let ret
try {

@@ -525,2 +526,6 @@ currentBufferRef = data

ret = llhttp.exports.llhttp_execute(this.ptr, currentBufferPtr, data.length)
/* eslint-disable-next-line no-useless-catch */
} catch (err) {
/* istanbul ignore next: difficult to make a test case for */
throw err
} finally {

@@ -585,2 +590,3 @@ currentParser = null

} catch (err) {
/* istanbul ignore next: difficult to make a test case for */
util.destroy(this.socket, err)

@@ -587,0 +593,0 @@ }

2

package.json
{
"name": "undici",
"version": "4.0.0-rc.5",
"version": "4.0.0-rc.6",
"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