🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

nuxt-typed-vuex

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-typed-vuex - npm Package Compare versions

Comparing version

to
0.3.1

dist/index.cjs

25

package.json
{
"name": "nuxt-typed-vuex",
"version": "0.3.0",
"version": "0.3.1",
"description": "A typed store accessor for Nuxt.",

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

},
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"lib/**/*",
"dist/**/*",
"template/*",

@@ -31,22 +31,21 @@ "!**/*.map"

"scripts": {
"build": "yarn clean && yarn compile",
"clean": "rm -rf lib test/fixture/.nuxt test/fixture/dist",
"compile": "siroc build",
"build": "unbuild",
"dev": "nuxt test/fixture"
},
"dependencies": {
"typed-vuex": "0.3.0",
"typed-vuex": "0.3.1",
"upath": "^2.0.1"
},
"devDependencies": {
"@babel/preset-env": "~7.17.10",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"core-js": "3.21.0",
"core-js": "3.22.3",
"nuxt": "^2.15.8",
"ts-loader": "^8.3.0",
"tsd": "^0.19.1"
"ts-loader": "^8.4.0",
"tsd": "^0.20.0"
},
"peerDependencies": {
"@nuxt/types": "^2.15.6"
"@nuxt/types": "^2.15.8"
},

@@ -53,0 +52,0 @@ "tsd": {