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 Compare versions

Comparing version 0.9.23 to 0.9.24

16

package.json
{
"name": "@logux/vuex",
"version": "0.9.23",
"version": "0.9.24",
"description": "Vuex compatible API for Logux",

@@ -21,3 +21,3 @@ "keywords": [

"peerDependencies": {
"vue": ">=3.0.9",
"vue": ">=3.0.10",
"vuex": ">=4.0.0"

@@ -60,2 +60,8 @@ },

},
"./utils/package.json": "./utils/package.json",
"./utils": {
"require": "./utils/index.cjs",
"import": "./utils/index.js",
"default": "./utils/index.js"
},
"./store/package.json": "./store/package.json",

@@ -67,10 +73,4 @@ "./store": {

},
"./utils/package.json": "./utils/package.json",
"./utils": {
"require": "./utils/index.cjs",
"import": "./utils/index.js",
"default": "./utils/index.js"
},
"./index.d.ts": "./index.d.ts"
}
}
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