🎩 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
32
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.17
to
1.1.18
+3
-3
dist/index.js

@@ -407,4 +407,4 @@ "use strict";

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

@@ -504,3 +504,3 @@

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

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

{
"name": "@yqg/max-layout-plugin",
"version": "1.1.17",
"version": "1.1.18",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],