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

direct-vuex

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

direct-vuex - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

2

package.json
{
"name": "direct-vuex",
"version": "0.10.1",
"version": "0.10.2",
"description": "Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.",

@@ -5,0 +5,0 @@ "author": "Paleo",

@@ -167,3 +167,3 @@ # direct-vuex

p1OrDefault(...args) {
const { state, getters, rootState, rootGetters } = mod1GetterContext(...args)
const { state, getters, rootState, rootGetters } = mod1GetterContext(args)
// Here, 'getters', 'state', 'rootGetters' and 'rootState' are typed.

@@ -170,0 +170,0 @@ // Without 'mod1GetterContext' only 'state' would be typed.

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