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-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054 to 0.10.2-alpha-20250103123055-7d3b49ae3cf2bf03e15b5c69c5a0b590eb1a0232

17

CHANGELOG.md
# @whatwg-node/fetch
## 0.10.2-alpha-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054
## 0.10.2-alpha-20250103123055-7d3b49ae3cf2bf03e15b5c69c5a0b590eb1a0232
### Patch Changes
- [#1814](https://github.com/ardatan/whatwg-node/pull/1814)
[`d4e9457`](https://github.com/ardatan/whatwg-node/commit/d4e945783576f1ba92f37b1bbb8b41e23b8dd5bb)
Thanks [@ardatan](https://github.com/ardatan)! - Small improvements for Bun support
- [#1929](https://github.com/ardatan/whatwg-node/pull/1929)
[`7d3b49a`](https://github.com/ardatan/whatwg-node/commit/7d3b49ae3cf2bf03e15b5c69c5a0b590eb1a0232)
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`)
- Updated dependencies
[[`d4e9457`](https://github.com/ardatan/whatwg-node/commit/d4e945783576f1ba92f37b1bbb8b41e23b8dd5bb)]:
- @whatwg-node/node-fetch@0.7.3-alpha-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054
[[`b85c7e0`](https://github.com/ardatan/whatwg-node/commit/b85c7e08cb005d8852bad8dd9428d010bf982d25),
[`d0ead2b`](https://github.com/ardatan/whatwg-node/commit/d0ead2b07d358e9f7fa63f407c37cb7bb91f43e1)]:
- @whatwg-node/node-fetch@0.7.6-alpha-20250103123055-7d3b49ae3cf2bf03e15b5c69c5a0b590eb1a0232

@@ -15,0 +18,0 @@ ## 0.10.1

@@ -15,6 +15,3 @@ const shouldSkipPonyfill = require('./shouldSkipPonyfill');

if (
(opts.skipPonyfill || shouldSkipPonyfill())
&& opts.skipPonyfill !== false
) {
if (opts.skipPonyfill || shouldSkipPonyfill()) {
return {

@@ -21,0 +18,0 @@ fetch: globalThis.fetch,

{
"name": "@whatwg-node/fetch",
"version": "0.10.2-alpha-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054",
"version": "0.10.2-alpha-20250103123055-7d3b49ae3cf2bf03e15b5c69c5a0b590eb1a0232",
"description": "Cross Platform Smart Fetch Ponyfill",

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

"dependencies": {
"@whatwg-node/node-fetch": "0.7.3-alpha-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054",
"@whatwg-node/node-fetch": "0.7.6-alpha-20250103123055-7d3b49ae3cf2bf03e15b5c69c5a0b590eb1a0232",
"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