@nuxt/http
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.6.4](https://github.com/nuxt/http/compare/v0.6.3...v0.6.4) (2021-02-27) | ||
### Bug Fixes | ||
* fix import of AbortController and ReadableStream ([460ac85](https://github.com/nuxt/http/commit/460ac85b777c9b3512060b9597af4b650b0fab1e)) | ||
### [0.6.3](https://github.com/nuxt/http/compare/v0.6.2...v0.6.3) (2021-02-27) | ||
@@ -7,0 +14,0 @@ |
import _fetch from 'node-fetch' | ||
import _AbortController from 'abort-controller' | ||
import _ReadableStream from 'web-streams-polyfill/ponyfill/es2018' | ||
import { AbortController as _AbortController } from 'abort-controller' | ||
import { ReadableStream as _ReadableStream } from 'web-streams-polyfill/ponyfill/es2018' | ||
@@ -5,0 +5,0 @@ const TEN_MEGABYTES = 1000 * 1000 * 10 |
{ | ||
"name": "@nuxt/http", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Universal HTTP Module for Nuxt.js", | ||
@@ -5,0 +5,0 @@ "repository": "nuxt/http", |
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
33009