@websanova/vue-auth
Advanced tools
Comparing version 2.21.5-beta to 2.21.6-beta
{ | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.21.3-beta" | ||
"@websanova/vue-auth": "2.21.6-beta" | ||
}, | ||
@@ -5,0 +5,0 @@ |
{ | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.21.3-beta", | ||
"@websanova/vue-auth": "2.21.6-beta", | ||
"axios": "0.16.2", | ||
@@ -5,0 +5,0 @@ "vue-axios": "2.0.2" |
{ | ||
"dependencies": { | ||
"nuxt": "1.0.0-rc3", | ||
"@websanova/vue-auth": "2.21.3-beta", | ||
"@websanova/vue-auth": "2.21.6-beta", | ||
"vue-resource": "1.3.4", | ||
@@ -6,0 +6,0 @@ "axios": "0.16.2", |
@@ -47,3 +47,3 @@ { | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.21.4-beta", | ||
"@websanova/vue-auth": "2.21.6-beta", | ||
"axios": "^0.16.2", | ||
@@ -50,0 +50,0 @@ "compression": "^1.6.2", |
@@ -17,3 +17,3 @@ { | ||
"version": "2.21.5-beta", | ||
"version": "2.21.6-beta", | ||
@@ -20,0 +20,0 @@ "repository": { |
@@ -220,3 +220,3 @@ var __utils = require('./lib/utils.js'), | ||
query = '', | ||
redirect = transition.path; | ||
redirect = transition && transition.path; | ||
@@ -261,2 +261,4 @@ // Make sure we also attach any existing | ||
if (this.options.fetchData.error) { this.options.fetchData.error.call(this, res); } | ||
if (error) { error.call(_this, res); } | ||
@@ -279,2 +281,4 @@ }; | ||
if (this.options.fetchData.success) { this.options.fetchData.success.call(this, res); } | ||
if (data.success) { data.success.call(this, res); } | ||
@@ -281,0 +285,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
767780
2541