@whatwg-node/fetch
Advanced tools
Comparing version 0.6.0 to 0.6.1
# @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 @@ |
@@ -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>", |
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
29723
587