Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@whatwg-node/fetch

Package Overview
Dependencies
Maintainers
1
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whatwg-node/fetch - npm Package Compare versions

Comparing version 0.10.2-alpha-20250109232708-2991d90eb21112e812c9058f8263208dd56c7280 to 0.10.2-alpha-20250110090158-4b55591216b8adb4146bd8c51856a062ae508033

14

CHANGELOG.md
# @whatwg-node/fetch
## 0.10.2-alpha-20250109232708-2991d90eb21112e812c9058f8263208dd56c7280
## 0.10.2-alpha-20250110090158-4b55591216b8adb4146bd8c51856a062ae508033

@@ -10,10 +10,18 @@ ### Patch Changes

Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Updated dependency
[`@whatwg-node/node-fetch@^0.7.5` ↗︎](https://www.npmjs.com/package/@whatwg-node/node-fetch/v/0.7.5)
(from `^0.7.1`, in `dependencies`)
- [#1961](https://github.com/ardatan/whatwg-node/pull/1961)
[`4b55591`](https://github.com/ardatan/whatwg-node/commit/4b55591216b8adb4146bd8c51856a062ae508033)
Thanks [@ardatan](https://github.com/ardatan)! - `ReadableStream`'s `Symbol.asyncIterator` now
returns `AsyncIterableIterator` like before even if it is ok to return `AsyncIterator` right now.
It is safer to return `AsyncIterableIterator` because it is a common mistake to use
`AsyncIterator` as `AsyncIterable`.
- Updated dependencies
[[`b88b85c`](https://github.com/ardatan/whatwg-node/commit/b88b85c301923719f4722bdfe070728725bcc1b5),
[`9b39c3e`](https://github.com/ardatan/whatwg-node/commit/9b39c3e5db616a60e6dd8472fbd651f4905f3673),
[`4b55591`](https://github.com/ardatan/whatwg-node/commit/4b55591216b8adb4146bd8c51856a062ae508033),
[`b88b85c`](https://github.com/ardatan/whatwg-node/commit/b88b85c301923719f4722bdfe070728725bcc1b5)]:
- @whatwg-node/node-fetch@0.7.6-alpha-20250109232708-2991d90eb21112e812c9058f8263208dd56c7280
- @whatwg-node/node-fetch@0.7.6-alpha-20250110090158-4b55591216b8adb4146bd8c51856a062ae508033

@@ -20,0 +28,0 @@ ## 0.10.1

{
"name": "@whatwg-node/fetch",
"version": "0.10.2-alpha-20250109232708-2991d90eb21112e812c9058f8263208dd56c7280",
"version": "0.10.2-alpha-20250110090158-4b55591216b8adb4146bd8c51856a062ae508033",
"description": "Cross Platform Smart Fetch Ponyfill",

@@ -19,3 +19,3 @@ "repository": {

"dependencies": {
"@whatwg-node/node-fetch": "0.7.6-alpha-20250109232708-2991d90eb21112e812c9058f8263208dd56c7280",
"@whatwg-node/node-fetch": "0.7.6-alpha-20250110090158-4b55591216b8adb4146bd8c51856a062ae508033",
"urlpattern-polyfill": "^10.0.0"

@@ -22,0 +22,0 @@ },

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