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.6.4 to 0.6.5

7

CHANGELOG.md
# @whatwg-node/fetch
## 0.6.5
### Patch Changes
- [`63c96f5`](https://github.com/ardatan/whatwg-node/commit/63c96f5ad14bbc56ccccb95def3447b4107f6013)
Thanks [@ardatan](https://github.com/ardatan)! - Do not add ponyfills for Bun
## 0.6.4

@@ -4,0 +11,0 @@

@@ -10,2 +10,7 @@ module.exports = function createNodePonyfill(opts = {}) {

// Bun already has a Fetch API
if (process.versions.bun) {
return globalThis;
}
const newNodeFetch = require('@whatwg-node/node-fetch');

@@ -12,0 +17,0 @@

2

package.json
{
"name": "@whatwg-node/fetch",
"version": "0.6.4",
"version": "0.6.5",
"description": "Cross Platform Smart Fetch Ponyfill",

@@ -5,0 +5,0 @@ "repository": {

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