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

@gsp-sys/types

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gsp-sys/types - npm Package Compare versions

Comparing version
0.0.1
to
0.0.5
+2
-0
dist/tab.d.ts

@@ -10,2 +10,3 @@ export interface TabItem {

id?: string;
menuActiveId?: string;
isDetail?: boolean;

@@ -19,2 +20,3 @@ isMicroApp?: boolean;

isMicroApp?: boolean;
menuActiveId?: string;
};

@@ -21,0 +23,0 @@ }

@@ -12,4 +12,5 @@ import { TabItem } from './tab';

id: string;
menuActiveId?: string;
isDetail?: boolean;
isMicroApp?: boolean;
}
+1
-1
{
"name": "@gsp-sys/types",
"version": "0.0.1",
"version": "0.0.5",
"description": "共享类型定义库",

@@ -5,0 +5,0 @@ "main": "./src/index.ts",

@@ -11,2 +11,3 @@ // 定义Tabs相关状态的TypeScript类型,提升类型安全性

id?: string
menuActiveId?:string
isDetail?:boolean

@@ -19,5 +20,6 @@ isMicroApp?:boolean

meta?: {
id: string
isDetail?: boolean
isMicroApp?: boolean
id: string;
isDetail?: boolean;
isMicroApp?: boolean;
menuActiveId?:string;
}

@@ -24,0 +26,0 @@ }

@@ -21,4 +21,6 @@ // Tabs相关详细类型定义

id: string;
menuActiveId?:string;
isDetail?: boolean;
isMicroApp?: boolean;
}