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.2.0 to 0.3.0

1

lib/store.d.ts

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

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

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

5

lib/store.js

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

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

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

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

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

@@ -155,5 +155,4 @@ # svore

## 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