Socket
Socket
Sign inDemoInstall

@nuxtjs/auth-next

Package Overview
Dependencies
90
Maintainers
6
Versions
209
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-1643791578.532b3d6 to 5.0.0-1647963251.e616287

8

dist/runtime.js

@@ -1659,2 +1659,6 @@ 'use strict';

}
if (tokenStatus.expired()) {
response.tokenExpired = true;
return response;
}
if (idTokenStatus.expired()) {

@@ -1664,6 +1668,2 @@ response.idTokenExpired = true;

}
if (tokenStatus.expired()) {
response.tokenExpired = true;
return response;
}
response.valid = true;

@@ -1670,0 +1670,0 @@ return response;

{
"name": "@nuxtjs/auth-next",
"version": "5.0.0-1643791578.532b3d6",
"version": "5.0.0-1647963251.e616287",
"description": "Authentication module for Nuxt.js",

@@ -5,0 +5,0 @@ "repository": "nuxt-community/auth-module",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc