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.10.1 to 0.10.2

12

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

@@ -28,8 +28,14 @@ "keywords": [

"@logux/core": ">=0.7.0",
"vue": ">=3.1.5",
"vue": ">=3.2.0",
"vuex": ">=4.0.2"
},
"dependencies": {
"nanoevents": "^6.0.0"
"nanoevents": "^6.0.2"
},
"nano-staged": {
"*.{js,ts}": [
"prettier --write",
"eslint --fix"
]
}
}

@@ -9,3 +9,3 @@ import { find, deepCopy, isPromise } from './index.js'

})
).toEqual(22)
).toBe(22)
})

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