@nuxtjs/auth
Advanced tools
Comparing version 4.8.2 to 4.8.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [4.8.3](https://github.com/nuxt-community/auth-module/compare/v4.8.2...v4.8.3) (2019-09-10) | ||
### Bug Fixes | ||
* **core:** set loggedIn after user ([#449](https://github.com/nuxt-community/auth-module/issues/449)) ([458d60b](https://github.com/nuxt-community/auth-module/commit/458d60b)) | ||
### [4.8.2](https://github.com/nuxt-community/auth-module/compare/v4.8.1...v4.8.2) (2019-09-05) | ||
@@ -7,0 +14,0 @@ |
@@ -252,4 +252,4 @@ import getProp from 'dotprop' | ||
setUser (user) { | ||
this.$storage.setState('user', user) | ||
this.$storage.setState('loggedIn', Boolean(user)) | ||
this.$storage.setState('user', user) | ||
} | ||
@@ -326,3 +326,3 @@ | ||
for (let fn of this._errorListeners) { | ||
for (const fn of this._errorListeners) { | ||
fn(error, payload) | ||
@@ -329,0 +329,0 @@ } |
{ | ||
"name": "@nuxtjs/auth", | ||
"version": "4.8.2", | ||
"version": "4.8.3", | ||
"description": "Authentication module for Nuxt.js", | ||
@@ -44,11 +44,11 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxtjs/axios": "^5.5.4", | ||
"@nuxtjs/axios": "^5.6.0", | ||
"body-parser": "^1.19.0", | ||
"consola": "^2.9.0", | ||
"consola": "^2.10.1", | ||
"cookie": "^0.4.0", | ||
"dotprop": "^1.2.0", | ||
"is-https": "^1.0.0", | ||
"js-cookie": "^2.2.0", | ||
"js-cookie": "^2.2.1", | ||
"lodash": "^4.17.15", | ||
"nanoid": "^2.0.3" | ||
"nanoid": "^2.1.0" | ||
}, | ||
@@ -59,22 +59,22 @@ "devDependencies": { | ||
"babel-plugin-transform-decorators-legacy": "^1.3.5", | ||
"bootstrap-vue": "^2.0.0-rc.27", | ||
"bootstrap-vue": "^2.0.0", | ||
"codecov": "^3.5.0", | ||
"cookie-parser": "^1.4.4", | ||
"eslint": "^5.16.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint": "^6.3.0", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.13.6", | ||
"eslint-plugin-node": "^9.1.0", | ||
"eslint-plugin-jest": "^22.17.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"eslint-plugin-vue": "^5.2.3", | ||
"express": "^4.17.1", | ||
"express-jwt": "^5.3.1", | ||
"jest": "^24.8.0", | ||
"jest": "^24.9.0", | ||
"jsdom": "^15.1.1", | ||
"nuxt-class-component": "^1.3.0", | ||
"nuxt-edge": "^2.8.1-25996330.2fabea94", | ||
"nuxt-edge": "^2.10.0-26134570.8ccca220", | ||
"puppeteer": "^1.19.0", | ||
"standard-version": "^6.0.1" | ||
"standard-version": "^7.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67872
Updated@nuxtjs/axios@^5.6.0
Updatedconsola@^2.10.1
Updatedjs-cookie@^2.2.1
Updatednanoid@^2.1.0