@whatwg-node/fetch
Advanced tools
Comparing version 0.5.4-alpha-20221225155445-dfcb269 to 0.5.4-alpha-20221225155816-6b54cb4
# @whatwg-node/fetch | ||
## 0.5.4-alpha-20221225155445-dfcb269 | ||
## 0.5.4-alpha-20221225155816-6b54cb4 | ||
### Patch Changes | ||
- [#154](https://github.com/ardatan/whatwg-node/pull/154) [`0466d48`](https://github.com/ardatan/whatwg-node/commit/0466d4811562030bacddc08e6d0a849bc155ae86) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: | ||
- Removed dependency [`abort-controller@^3.0.0` ↗︎](https://www.npmjs.com/package/abort-controller/v/3.0.0) (from `dependencies`) | ||
- Removed dependency [`form-data-encoder@^1.7.1` ↗︎](https://www.npmjs.com/package/form-data-encoder/v/1.7.1) (from `dependencies`) | ||
- Removed dependency [`formdata-node@^4.3.1` ↗︎](https://www.npmjs.com/package/formdata-node/v/4.3.1) (from `dependencies`) | ||
- Removed dependency [`node-fetch@^2.6.7` ↗︎](https://www.npmjs.com/package/node-fetch/v/2.6.7) (from `dependencies`) | ||
- Removed dependency [`undici@^5.12.0` ↗︎](https://www.npmjs.com/package/undici/v/5.12.0) (from `dependencies`) | ||
- Removed dependency [`web-streams-polyfill@^3.2.0` ↗︎](https://www.npmjs.com/package/web-streams-polyfill/v/3.2.0) (from `dependencies`) | ||
- [#154](https://github.com/ardatan/whatwg-node/pull/154) [`8324adc`](https://github.com/ardatan/whatwg-node/commit/8324adcc1383eb16fd6d0a6417842e0b8d9b82ba) Thanks [@ardatan](https://github.com/ardatan)! - New Fetch API implementation for Node | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@whatwg-node/fetch", | ||
"version": "0.5.4-alpha-20221225155445-dfcb269", | ||
"version": "0.5.4-alpha-20221225155816-6b54cb4", | ||
"description": "Cross Platform Smart Fetch Ponyfill", | ||
@@ -5,0 +5,0 @@ "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", |
@@ -1,2 +0,2 @@ | ||
import * as fetchAPI from '@whatwg-node/fetch' | ||
import * as fetchAPI from '@whatwg-node/fetch'; | ||
@@ -3,0 +3,0 @@ describe('getFormDataMethod', () => { |
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
19299