🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yqg/max-layout-plugin

Package Overview
Dependencies
Maintainers
28
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yqg/max-layout-plugin - npm Package Compare versions

Comparing version
1.1.16
to
1.1.17
+5
-0
dist/index.js

@@ -407,2 +407,6 @@ "use strict";

const logout = async () => {
if (LayoutConfig?.fn?.onLogoutAsync && typeof LayoutConfig.fn.onLogoutAsync === 'function') {
LayoutConfig.fn.onLogoutAsync({user: user.value});
}
await User.logout();

@@ -500,2 +504,3 @@ user.value = null;

routerGuard?: (params: {router: any, localStorage: any, route: any}) => void,
onLogoutAsync?: (params: {user: any}) => Promise<any>,
[key: string]: any

@@ -502,0 +507,0 @@ }

+2
-2
{
"name": "@yqg/max-layout-plugin",
"version": "1.1.16",
"version": "1.1.17",
"description": "",

@@ -17,3 +17,3 @@ "keywords": [],

"devDependencies": {
"@yqg/max": "1.2.21"
"@yqg/max": "1.2.24"
},

@@ -20,0 +20,0 @@ "scripts": {