New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0 to 0.3.1

4

index.js

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

if (isFunction(options.onError)) {
options.onError(err)
options.onError(err, vm, funcName, args)
} else {

@@ -79,3 +79,3 @@ throw err

if (isFunction(options.onError)) {
options.onError(err)
options.onError(err, vm, funcName, args)
} else {

@@ -82,0 +82,0 @@ reject(err)

{
"name": "vue-async-methods",
"version": "0.3.0",
"version": "0.3.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