Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@opentiny/vue-logout

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-logout - npm Package Compare versions

Comparing version
3.29.0
to
3.30.0
+1
-1
index.d.ts

@@ -1,2 +0,2 @@

import Logout from './src/index';
import { default as Logout } from './src/index';
export default Logout;
{
"name": "@opentiny/vue-logout",
"version": "3.29.0",
"version": "3.30.0",
"description": "",

@@ -10,5 +10,5 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.29.0",
"@opentiny/vue-theme": "~3.29.0",
"@opentiny/vue-common": "~3.29.0"
"@opentiny/vue-renderless": "~3.30.0",
"@opentiny/vue-theme": "~3.30.0",
"@opentiny/vue-common": "~3.30.0"
},

@@ -15,0 +15,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

declare const _default: import("@vue/runtime-core").DefineComponent<{
declare const _default: import('../../../node_modules/@vue/runtime-core').DefineComponent<{
guestRole: {

@@ -21,5 +21,5 @@ type: StringConstructor;

tiny_chart_theme: ObjectConstructor;
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
}, () => import('../../../node_modules/@vue/runtime-core').VNode<import('../../../node_modules/vue3').RendererNode, import('../../../node_modules/vue3').RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
}>, unknown, {}, {}, import('../../../node_modules/vue3').ComponentOptionsMixin, import('../../../node_modules/vue3').ComponentOptionsMixin, {}, string, import('../../../node_modules/vue3').PublicProps, Readonly<import('../../../node_modules/@vue/runtime-core').ExtractPropTypes<{
guestRole: {

@@ -46,6 +46,6 @@ type: StringConstructor;

tiny_mode_root: boolean;
guestRole: string;
isLocal: boolean;
isMock: boolean;
isLocal: boolean;
guestRole: string;
}, {}>;
export default _default;
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
tiny_mode?: any;
tiny_mode_root?: any;
tiny_template?: any;
tiny_renderless?: any;
_constants?: any;
tiny_theme?: any;
tiny_chart_theme?: any;
tiny_mcp_config?: any;
network?: any;
getLogoutUrl?: any;
redirectUrl?: any;
isMock?: any;
isLocal?: any;
showLogin?: any;
guestRole?: any;
beforeLogout?: any;
isGuestUser?: any;
}>, {
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
tiny_mode?: any;
tiny_mode_root?: any;
tiny_template?: any;
tiny_renderless?: any;
_constants?: any;
tiny_theme?: any;
tiny_chart_theme?: any;
tiny_mcp_config?: any;
network?: any;
getLogoutUrl?: any;
redirectUrl?: any;
isMock?: any;
isLocal?: any;
showLogin?: any;
guestRole?: any;
beforeLogout?: any;
isGuestUser?: any;
}>>>, {
readonly tiny_mode?: any;
readonly tiny_mode_root?: any;
readonly tiny_template?: any;
readonly tiny_renderless?: any;
readonly _constants?: any;
readonly tiny_theme?: any;
readonly tiny_chart_theme?: any;
readonly tiny_mcp_config?: any;
readonly network?: any;
readonly getLogoutUrl?: any;
readonly redirectUrl?: any;
readonly isMock?: any;
readonly isLocal?: any;
readonly showLogin?: any;
readonly guestRole?: any;
readonly beforeLogout?: any;
readonly isGuestUser?: any;
}, {}>;
export default _default;