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.12.0 to 0.12.1

2

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

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

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

First, add `direct-vuex` to a Vue application:
First, add `direct-vuex` to a Vue 2 application:

@@ -20,2 +20,8 @@ ```sh

Or in a Vue 3 application:
```sh
npm install direct-vuex@next
```
## Create the store

@@ -344,4 +350,4 @@

With VS Code, our recommanded plugin is:
With VS Code, our recommended plugin is:
* **TSLint** from Microsoft (`ms-vscode.vscode-typescript-tslint-plugin`)
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