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
475
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.9.8-alpha-20230710180612-32e574f to 0.9.8-rc-20230710183802-40c2cb4

11

CHANGELOG.md
# @whatwg-node/fetch
## 0.9.8-alpha-20230710180612-32e574f
## 0.9.8-rc-20230710183802-40c2cb4
### Patch Changes
- [`a1c2140`](https://github.com/ardatan/whatwg-node/commit/a1c2140240388ca11a6f4c7bcec2682c47bdc24d)
Thanks [@ardatan](https://github.com/ardatan)! - Do not use async iterators to consume incoming
Readable stream
- Updated dependencies
[[`66260af`](https://github.com/ardatan/whatwg-node/commit/66260af40d9d3c53c36414ed3d42f2e5896bf85f),
[`66260af`](https://github.com/ardatan/whatwg-node/commit/66260af40d9d3c53c36414ed3d42f2e5896bf85f)]:
- @whatwg-node/node-fetch@0.5.0-alpha-20230710180612-32e574f
[[`a1c2140`](https://github.com/ardatan/whatwg-node/commit/a1c2140240388ca11a6f4c7bcec2682c47bdc24d)]:
- @whatwg-node/node-fetch@0.4.7-rc-20230710183802-40c2cb4

@@ -12,0 +15,0 @@ ## 0.9.7

@@ -5,6 +5,2 @@

try {
globalThis.libcurl = globalThis.libcurl || require('node-libcurl');
} catch(e) {}
module.exports.fetch = ponyfills.fetch;

@@ -11,0 +7,0 @@ module.exports.Headers = ponyfills.Headers;

{
"name": "@whatwg-node/fetch",
"version": "0.9.8-alpha-20230710180612-32e574f",
"version": "0.9.8-rc-20230710183802-40c2cb4",
"description": "Cross Platform Smart Fetch Ponyfill",

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

"dependencies": {
"@whatwg-node/node-fetch": "0.5.0-alpha-20230710180612-32e574f",
"@whatwg-node/node-fetch": "0.4.7-rc-20230710183802-40c2cb4",
"urlpattern-polyfill": "^9.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