Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-async-computed

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-async-computed - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

6

CHANGELOG.md

@@ -5,2 +5,3 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update -->

- [v1.2.0](#v120)
- [v1.1.0](#v110)

@@ -11,5 +12,8 @@ - [v1.0.0](#v100)

### v1.2.0
* Use the same strategy to merge `asyncComputed` objects as regular `computed` objects.
### v1.1.0
* Handle errors in async computed properties
* Handle errors in async computed properties.

@@ -16,0 +20,0 @@ ### v1.0.0

@@ -12,2 +12,4 @@ 'use strict';

Vue.config.optionMergeStrategies.asyncComputed = Vue.config.optionMergeStrategies.computed;
Vue.mixin({

@@ -14,0 +16,0 @@ created: function created() {

2

package.json
{
"name": "vue-async-computed",
"version": "1.1.3",
"version": "1.2.0",
"description": "Async computed properties for Vue",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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