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

@logux/vuex

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logux/vuex - npm Package Versions

1
6

0.9.3

Diff

Changelog

Source

0.9.3

  • Fix useStore types, add lost key argument
  • Update dependencies
    • Logux Client to 0.9.2
    • Vue to release candidate 6
euaaaio
published 0.9.2 •

Changelog

Source

0.9.2

  • useSubscription’s argument channels can be a getter function
euaaaio
published 0.9.1 •

Changelog

Source

0.9.1

  • Fix Typescript exports
euaaaio
published 0.9.0 •

Changelog

Source

0.9.0

  • Add Vue 3 support
  • Add useSubscription composable function
  • Add useStore shortcut from Vuex
  • Fix Typescript support
  • Update dependencies
  • Refactor helpers
  • Rename loguxComponent to Subscribe
  • Remove Vue 2 support
  • Remove loguxMixin mixin
  • Remove LoguxVuex plugin API
  • Remove store.local, store.crossTab and store.sync aliases
euaaaio
published 0.8.1 •

euaaaio
published 0.8.0 •

Changelog

Source

0.8.0

  • Add logux commit to vuex action context (#31)
  • Update dependencies
euaaaio
published 0.8.0-beta.1 •

euaaaio
published 0.7.1 •

Changelog

Source

0.7.1

  • Fix native Vuex payload behavior
euaaaio
published 0.7.0 •

Changelog

Source

0.7.0

  • Add Vue plugin API
    import Vue from 'vue'
    import { LoguxVuex, createLogux } from '@logux/vuex'
    
    Vue.use(LoguxVuex)
    
  • Add new API
    • this.$logux.local
    • this.$logux.crossTab
    • this.$logux.sync
    • store.commit.local, store.commit.crossTab, store.commit.sync still available as alias to this.$logux
  • Fix native Vuex payload behavior
  • Refactor TypeScript support
  • Update dependencies
euaaaio
published 0.7.0-beta.1 •

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