Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@websanova/vue-auth

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@websanova/vue-auth - npm Package Compare versions

Comparing version 2.3.3-beta to 2.3.4-beta

4

package.json

@@ -17,3 +17,3 @@ {

"version": "2.3.3-beta",
"version": "2.3.4-beta",

@@ -28,3 +28,3 @@ "repository": {

"dependencies": {
"@websanova/vue-auth": "2.3.3-beta"
"@websanova/vue-auth": "2.3.4-beta"
},

@@ -31,0 +31,0 @@

@@ -775,2 +775,3 @@ # Vue Auth

* Fix for checking that a user is authenticated when checking invalid token function (401).
* Fix for 401 auth auto redirect when invalid token.

@@ -777,0 +778,0 @@ * An option for `refreshData.enabled` has been added to disable refresh.

@@ -90,3 +90,3 @@ var __utils = require('./lib/utils.js'),

if (this.options.http._invalidToken) {
if (this.watch.authenticated && this.options.http._invalidToken) {
this.options.http._invalidToken.call(this, res);

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