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.0.0 to 1.0.1

2

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

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

@@ -105,3 +105,7 @@ <big><h1 align="center">vue-async-computed</h1></big>

normal computed properties, if the data the property depends
<<<<<<< HEAD
on changes then the property is re-run automaticly.
=======
on changes then the property is re-run automatically.
>>>>>>> Squash of all commits for the inital plugin

@@ -131,2 +135,3 @@ You can almost completely ignore the fact that behind the

After that, vm.sum will be 5. If you change vm.x or vm.y,
<<<<<<< HEAD
one second later vm.sum will automaticly update itself to be

@@ -136,2 +141,8 @@ the sum of what you set vm.x and vm.y to be a second before.

```
=======
one second later vm.sum will automatically update itself to be
the sum of what you set vm.x and vm.y to be a second before.
*/
````
>>>>>>> Squash of all commits for the inital plugin

@@ -138,0 +149,0 @@ ## License

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