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

vue-async-methods

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-async-methods - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

6

index.js

@@ -132,3 +132,3 @@ 'use strict'

this.method.handleErrorInView = true
if (this.method.promise) {

@@ -146,3 +146,3 @@ this.catchError()

this.method.promise.catch(function() {
this.method.promise.catch(function(err) {
self.error = err

@@ -157,3 +157,3 @@ })

var self = this
for (var key in this.$options.asyncMethods || {}) {

@@ -160,0 +160,0 @@ Vue.util.defineReactive(this, key, {

{
"name": "vue-async-methods",
"version": "0.7.2",
"version": "0.7.3",
"description": "Vue async methods support",

@@ -5,0 +5,0 @@ "license": "MIT",

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