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

@storeon/vue

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storeon/vue - npm Package Versions

3.0.0-beta.2

Diff

Changelog

Source

3.0.0-beta.2

Breaking Changes

Installation process has changed

To install StoreonVue to Vue app instance, pass the store instance to createStoreonPlugin function.

import { createApp } from 'vue'
import { createStoreonPlugin } from '@storeon/vue'
import App from './App.vue'
import { store } from './store'

const app = createApp(App)

app.use(createStoreonPlugin(store))

app.mount('#app')
distolma
published 3.0.0-beta.1 •

distolma
published 2.0.0 •

Changelog

Source

2.0.0

  • Drop support for storeon < v3 and node < v10 (a9a27c)
distolma
published 1.1.0 •

Changelog

Source

1.1.0

  • Add support for Composition API (6e77e0)
distolma
published 1.0.0 •

Changelog

Source

1.0.0

  • Add support for Class Components (6e77e0)
  • Add helper functions (532121)
distolma
published 0.5.0 •

Changelog

Source

0.5.0

  • Use dual-publish for ESModules (a1a76c)
distolma
published 0.4.0 •

Changelog

Source

0.4.0

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