@whatwg-node/fetch
Advanced tools
Comparing version 0.6.0-alpha-20230102083143-994de43 to 0.6.0-alpha-20230102083740-9f85a58
# @whatwg-node/fetch | ||
## 0.6.0-alpha-20230102083143-994de43 | ||
## 0.6.0-alpha-20230102083740-9f85a58 | ||
@@ -9,2 +9,7 @@ ### Minor Changes | ||
### Patch Changes | ||
- [#241](https://github.com/ardatan/whatwg-node/pull/241) [`0bebbbb`](https://github.com/ardatan/whatwg-node/commit/0bebbbba8d8295fb52ae5eac79d885540cc4c8ab) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: | ||
- Added dependency [`urlpattern-polyfill@^6.0.2` ↗︎](https://www.npmjs.com/package/urlpattern-polyfill/v/6.0.2) (to `dependencies`) | ||
## 0.5.4 | ||
@@ -11,0 +16,0 @@ |
@@ -17,2 +17,6 @@ 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-alpha-20230102083143-994de43", | ||
"version": "0.6.0-alpha-20230102083740-9f85a58", | ||
"description": "Cross Platform Smart Fetch Ponyfill", | ||
@@ -5,0 +5,0 @@ "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29689
591
4
29