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.9.0 to 0.9.1

7

index.js

@@ -118,3 +118,2 @@ 'use strict'

method: {
type: Object,
required: true

@@ -172,5 +171,5 @@ }

var func = wrapMethod(asyncMethods[key], this, key)
Vue.util.defineReactive(this, key, func)
var extra = {

@@ -189,3 +188,3 @@ execute: func,

}
for (var prop in extra) {

@@ -192,0 +191,0 @@ Vue.util.defineReactive(func, prop, extra[prop])

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