@whatwg-node/fetch
Advanced tools
Comparing version 0.9.18-alpha-20240531124053-0e72e3d9233a6ec341e6e573d51cf27d31020c75 to 0.9.18-alpha-20240531191301-abc565b8dc9c7307f2a5c996c0a4c127e69e120c
# @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 |
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38658
225
+ Added@whatwg-node/node-fetch@0.5.27(transitive)
- Removed@whatwg-node/events@0.1.2(transitive)
- Removed@whatwg-node/node-fetch@0.5.12-alpha-20240531124053-0e72e3d9233a6ec341e6e573d51cf27d31020c75(transitive)