🚀 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.1.14

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 0.1.14 (2019-12-12)
**Note:** Version bump only for package nuxt-typed-vuex
## [0.1.14-alpha.2](https://github.com/danielroe/nuxt-typed-vuex/compare/nuxt-typed-vuex@0.1.14-alpha.0...nuxt-typed-vuex@0.1.14-alpha.2) (2019-12-12)

@@ -8,0 +16,0 @@

10

package.json
{
"name": "nuxt-typed-vuex",
"version": "0.1.14-alpha.2",
"version": "0.1.14",
"description": "A typed store accessor for Nuxt.",

@@ -40,3 +40,3 @@ "repository": "danielroe/nuxt-typed-vuex",

"devDependencies": {
"@nuxt/typescript-build": "^0.3.10",
"@nuxt/typescript-build": "^0.5.1",
"@types/normalize-path": "^3.0.0",

@@ -48,7 +48,7 @@ "nuxt": "latest",

"dependencies": {
"@nuxt/types": ">0.3.0",
"@nuxt/types": ">=0.3.0",
"normalize-path": "^3.0.0",
"typed-vuex": "0.1.14-alpha.2"
"typed-vuex": "0.1.14"
},
"gitHead": "20a03014879fcfdfb25e1e414f81667a5d37f25b"
"gitHead": "0d660ea43f3b19832a50ea0b601087ac6322bf66"
}