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

nuxt-resource-module

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-resource-module - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.5.1"></a>
## [0.5.1](https://github.com/mya-ake/nuxt-resource-module/compare/v0.5.0...v0.5.1) (2018-12-28)
### Bug Fixes
* Add delayed property when cancel [#13](https://github.com/mya-ake/nuxt-resource-module/issues/13) ([#14](https://github.com/mya-ake/nuxt-resource-module/issues/14)) ([ffe9c20](https://github.com/mya-ake/nuxt-resource-module/commit/ffe9c20))
<a name="0.5.0"></a>

@@ -7,0 +17,0 @@ # [0.5.0](https://github.com/mya-ake/nuxt-resource-module/compare/v0.4.1...v0.5.0) (2018-12-16)

2

dist/core/Resource.js

@@ -119,3 +119,3 @@ var __assign = (this && this.__assign) || function () {

.catch(function (err) {
return __assign({}, err.response, { canceled: axios.isCancel(err) });
return __assign({}, err.response, { canceled: axios.isCancel(err), delayed: false });
})];

@@ -122,0 +122,0 @@ case 1:

{
"name": "nuxt-resource-module",
"version": "0.5.0",
"version": "0.5.1",
"description": "@nuxtjs/axios based API request wrapper for Nuxt.js",

@@ -5,0 +5,0 @@ "main": "dist/module.js",

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