New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.0 to 0.7.1

2

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

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

@@ -6,5 +6,3 @@ # direct-vuex

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c62abca7334941b5ac75e713cd60a0a4)](https://www.codacy.com/manual/paleo/direct-vuex?utm_source=github.com&utm_medium=referral&utm_content=paleo/direct-vuex&utm_campaign=Badge_Grade)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/paleo/direct-vuex)
[![npm](https://img.shields.io/npm/dm/direct-vuex)](https://www.npmjs.com/package/direct-vuex)
![npm type definitions](https://img.shields.io/npm/types/direct-vuex)

@@ -142,2 +140,2 @@ ![GitHub](https://img.shields.io/github/license/paleo/direct-vuex)

* **TSLint** from Microsoft (`ms-vscode.vscode-typescript-tslint-plugin`)
* **TSLint** from Microsoft (`ms-vscode.vscode-typescript-tslint-plugin`)

@@ -34,3 +34,3 @@ import Vue from "vue"

mutations: {
mu1: (state: any, payload: { p1: string }) => payload.p1
mu1: (state: any, payload: { p1: string }) => { }
},

@@ -41,3 +41,3 @@ modules: {

mutations: {
mu2: (state: any, payload: { p2: number }) => payload.p2
mu2: (state: any, payload: { p2: number }) => { }
}

@@ -44,0 +44,0 @@ }

@@ -55,3 +55,3 @@ import Vue from "vue"

mutations: {
mu1: (state: any, payload: { p1: string }) => payload.p1
mu1: (state: any, payload: { p1: string }) => { }
},

@@ -62,3 +62,3 @@ modules: {

mutations: {
mu2: (state: any, payload: { p2: number }) => payload.p2
mu2: (state: any, payload: { p2: number }) => { }
}

@@ -65,0 +65,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