Socket
Socket
Sign inDemoInstall

undici

Package Overview
Dependencies
Maintainers
3
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.14.0 to 4.14.1

7

package.json
{
"name": "undici",
"version": "4.14.0",
"version": "4.14.1",
"description": "An HTTP/1.1 client, written from scratch for Node.js",

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

"compilerOptions": {
"esModuleInterop": true
"esModuleInterop": true,
"lib": [
"esnext"
]
}
}
}

@@ -197,3 +197,3 @@ # undici

In this implementation of fetch, ```request.body ``` now accepts ```Async Iterables```. It is not present in the [Fetch Standard.](https://fetch.spec.whatwg.org)
In this implementation of fetch, ```request.body``` now accepts ```Async Iterables```. It is not present in the [Fetch Standard.](https://fetch.spec.whatwg.org)

@@ -200,0 +200,0 @@ ```js

import { IncomingHttpHeaders } from 'http'
import Dispatcher from './dispatcher';
import { Headers } from './fetch'

@@ -4,0 +5,0 @@ export {

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