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.9.18-alpha-20240601004331-06f1ed077d5961beb3e4c7947b85fe1051651ff3 to 0.9.18-alpha-20240726142004-1c1d9312228f171ca7294d8e8d301ccf033e7932

5

CHANGELOG.md
# @whatwg-node/fetch
## 0.9.18-alpha-20240601004331-06f1ed077d5961beb3e4c7947b85fe1051651ff3
## 0.9.18-alpha-20240726142004-1c1d9312228f171ca7294d8e8d301ccf033e7932

@@ -11,2 +11,5 @@ ### Patch Changes

ponyfills and use the native Fetch implementation for Node.js
- Updated dependencies
[[`1c1d931`](https://github.com/ardatan/whatwg-node/commit/1c1d9312228f171ca7294d8e8d301ccf033e7932)]:
- @whatwg-node/node-fetch@0.5.12-alpha-20240726142004-1c1d9312228f171ca7294d8e8d301ccf033e7932

@@ -13,0 +16,0 @@ ## 0.9.17

2

dist/create-node-ponyfill.js

@@ -24,2 +24,4 @@ const shouldSkipPonyfill = require('./shouldSkipPonyfill');

ponyfills.ReadableStream = newNodeFetch.ReadableStream;
newNodeFetch.patchReadableFromWeb();

@@ -26,0 +28,0 @@ ponyfills.URL = newNodeFetch.URL;

{
"name": "@whatwg-node/fetch",
"version": "0.9.18-alpha-20240601004331-06f1ed077d5961beb3e4c7947b85fe1051651ff3",
"version": "0.9.18-alpha-20240726142004-1c1d9312228f171ca7294d8e8d301ccf033e7932",
"description": "Cross Platform Smart Fetch Ponyfill",

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

"dependencies": {
"@whatwg-node/node-fetch": "^0.5.7",
"@whatwg-node/node-fetch": "0.5.12-alpha-20240726142004-1c1d9312228f171ca7294d8e8d301ccf033e7932",
"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