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.18-alpha-20240531124053-0e72e3d9233a6ec341e6e573d51cf27d31020c75 to 0.9.18-alpha-20240531191301-abc565b8dc9c7307f2a5c996c0a4c127e69e120c

5

CHANGELOG.md
# @whatwg-node/fetch
## 0.9.18-alpha-20240531124053-0e72e3d9233a6ec341e6e573d51cf27d31020c75
## 0.9.18-alpha-20240531191301-abc565b8dc9c7307f2a5c996c0a4c127e69e120c

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

ponyfills and use the native Fetch implementation for Node.js
- Updated dependencies
[[`d99686a`](https://github.com/ardatan/whatwg-node/commit/d99686a72f440afe39a8ef827a5ba2a66177aee3)]:
- @whatwg-node/node-fetch@0.5.12-alpha-20240531124053-0e72e3d9233a6ec341e6e573d51cf27d31020c75

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

2

dist/create-node-ponyfill.js

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

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

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

{
"name": "@whatwg-node/fetch",
"version": "0.9.18-alpha-20240531124053-0e72e3d9233a6ec341e6e573d51cf27d31020c75",
"version": "0.9.18-alpha-20240531191301-abc565b8dc9c7307f2a5c996c0a4c127e69e120c",
"description": "Cross Platform Smart Fetch Ponyfill",

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

"dependencies": {
"@whatwg-node/node-fetch": "0.5.12-alpha-20240531124053-0e72e3d9233a6ec341e6e573d51cf27d31020c75",
"@whatwg-node/node-fetch": "^0.5.7",
"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