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.0 to 0.6.1

6

CHANGELOG.md
# @whatwg-node/fetch
## 0.6.1
### Patch Changes
- [`9752cca`](https://github.com/ardatan/whatwg-node/commit/9752cca54e7636114d87849ca9c7eb9be3d9dba8) Thanks [@ardatan](https://github.com/ardatan)! - Remove unnecessary ponyfill for the envs supporting Fetch by default
## 0.6.0

@@ -4,0 +10,0 @@

4

dist/global-ponyfill.js

@@ -17,6 +17,2 @@ module.exports.fetch = globalThis.fetch; // To enable: import {fetch} from 'cross-fetch'

module.exports.URLPattern = globalThis.URLPattern;
if (!module.exports.URLPattern) {
const urlPatternModule = require('urlpattern-polyfill');
module.exports.URLPattern = urlPatternModule.URLPattern;
}
module.exports.createFetch = () => globalThis;
{
"name": "@whatwg-node/fetch",
"version": "0.6.0",
"version": "0.6.1",
"description": "Cross Platform Smart Fetch Ponyfill",

@@ -5,0 +5,0 @@ "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",

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