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 3.3.5 to 3.3.6

4

lib/core/util.js

@@ -170,5 +170,5 @@ 'use strict'

isBuffer,
queueMicrotask: global.queueMicrotask || (cb => Promise.resolve()
queueMicrotask: global.queueMicrotask ? global.queueMicrotask.bind(global) : cb => Promise.resolve()
.then(cb)
.catch(err => setTimeout(() => { throw err }, 0)))
.catch(err => setTimeout(() => { throw err }, 0))
}
{
"name": "undici",
"version": "3.3.5",
"version": "3.3.6",
"description": "An HTTP/1.1 client, written from scratch for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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