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.8.0 to 0.8.1

6

index.js

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

return Object.keys(val).length === 0
} else if (val === null) {
} else if (val === null || val === undefined) {
return true

@@ -82,2 +82,6 @@ } else {

vm[funcName].promise = new Promise(function(resolve) {
vm[funcName].isPending = false
vm[funcName].isResolved = true
vm[funcName].resolvedWith = result
var empty = isEmpty(result)

@@ -84,0 +88,0 @@ vm[funcName].resolvedWithEmpty = empty

2

package.json
{
"name": "vue-async-methods",
"version": "0.8.0",
"version": "0.8.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