Socket
Socket
Sign inDemoInstall

@nanostores/vue

Package Overview
Dependencies
31
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nanostores/vue

Vue integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores


Version published
Weekly downloads
5K
increased by2.59%
Maintainers
5
Install size
21.0 kB
Created
Weekly downloads
 

Changelog

Source

0.10.0

  • Refactored devtools part:
    • Added better logging and tagging.
    • Removed attachStores method.
    • Extended devtools method.
  • Dropped Node.js 16 support.
  • Updated dependencies.

Readme

Source

Nano Stores Vue

Vue integration for [Nano Stores], a tiny state manager with many atomic tree-shakable stores.

  • Small. Less than 1 KB with all helpers. Zero dependencies.
  • Fast. With small atomic and derived stores, you do not need to call the selector function for all components on every store change.
  • Tree Shakable. The chunk contains only stores used by components in the chunk.
  • Helpers. Designed to keep code clean and save a few keystrokes.
  • Devtools. Plugin with full support of [Vue Devtools].
  • Was designed to move logic from components to stores.
  • It has good TypeScript support.

Docs

Read full docs here.

Keywords

FAQs

Last updated on 08 Jul 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc