New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5.13 to 0.6.0

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Changelog

## [0.6.0](https://github.com/nuxt/http/compare/v0.5.13...v0.6.0) (2020-10-01)
### ⚠ BREAKING CHANGES
* **deps:** (ky) remove response property for the first argument passed to `beforeRetry` hook. You can access it on `error.response` instead.
### Features
* **deps:** update dependency ky to ^0.24.0 ([#131](https://github.com/nuxt/http/issues/131)) ([6d16a87](https://github.com/nuxt/http/commit/6d16a87d3c94e190312fc292c074be40a28bd1fe))
### [0.5.13](https://github.com/nuxt/http/compare/v0.5.12...v0.5.13) (2020-09-26)

@@ -7,0 +18,0 @@

4

package.json
{
"name": "@nuxt/http",
"version": "0.5.13",
"version": "0.6.0",
"description": "Universal HTTP Module for Nuxt.js",

@@ -26,3 +26,3 @@ "repository": "nuxt/http",

"destr": "^1.0.0",
"ky": "^0.23.0",
"ky": "^0.24.0",
"node-fetch": "^2.6.1",

@@ -29,0 +29,0 @@ "web-streams-polyfill": "^3.0.0"

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