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

svore

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svore - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

1

lib/store.d.ts

@@ -107,3 +107,2 @@ import { WatchCallback, WatchOptions, inject as inj, ComputedRef } from 'vue';

unwatchAll: () => void;
readonly getters: S extends undefined ? never : ComputedRef<S>;
};

@@ -110,0 +109,0 @@ /**

5

lib/store.js

@@ -136,6 +136,3 @@ import { watch as w, inject as inj, reactive, computed, } from 'vue';

on,
unwatchAll,
get getters() {
return _getters;
},
unwatchAll
};

@@ -142,0 +139,0 @@ }

{
"name": "svore",
"version": "0.1.2",
"version": "0.2.0",
"description": "stare management by composition-api",

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

# svore
This library makes it easy to manage the stores created by composition-api because you can easily describe the process of linking between stores.
It is useful if you use realtime-update service such as firestore.
This store is type safe.
This store is type safe.
It is useful if
- you use realtime-update service such as firestore.
- make stores decoupled.
## Installation

@@ -152,5 +155,5 @@

## TODO
- [ ] Getter
- [ ] Test
- [ ] Description of merit
- [ ] esm support

Sorry, the diff of this file is not supported yet

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