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.6.1 to 0.7.0

10

index.js

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

module.exports = {
install(Vue, options) {
install: function(Vue, options) {
options = options || {}

@@ -126,3 +126,3 @@ options.getComputedName = options.getComputedName || function (vm, funcName) {

},
data() {
data: function() {
return {

@@ -132,3 +132,3 @@ error: null

},
created() {
created: function() {
this.method.handleErrorInView = true

@@ -144,3 +144,3 @@

methods: {
catchError() {
catchError: function() {
this.error = null

@@ -156,3 +156,3 @@

Vue.mixin({
beforeCreate() {
beforeCreate: function() {
for (const key in this.$options.asyncMethods || {}) {

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

{
"name": "vue-async-methods",
"version": "0.6.1",
"version": "0.7.0",
"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