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.0 to 0.6.1

2

index.js

@@ -131,2 +131,4 @@ 'use strict'

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

@@ -133,0 +135,0 @@ this.catchError()

2

package.json
{
"name": "vue-async-methods",
"version": "0.6.0",
"version": "0.6.1",
"description": "Vue async methods support",

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

@@ -48,3 +48,3 @@ # vue-async-methods [![Build Status](https://travis-ci.org/mokkabonna/vue-async-methods.svg?branch=master)](https://travis-ci.org/mokkabonna/vue-async-methods)

fetchArticles() {
return ajax('http://example.com/data.json') //must return a promise
return ajax('http://example.com/data.json')
}

@@ -51,0 +51,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