Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/http

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/http - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

7

CHANGELOG.md

@@ -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 @@

4

lib/plugin.server.js
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",

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