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

@ningboyz/types

Package Overview
Dependencies
Maintainers
4
Versions
1345
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ningboyz/types - npm Package Compare versions

Comparing version
1.6.166
to
1.6.167
+1
-1
package.json
{
"name": "@ningboyz/types",
"type": "module",
"version": "1.6.166",
"version": "1.6.167",
"private": false,

@@ -6,0 +6,0 @@ "description": "宁波甬政类型库",

@@ -73,4 +73,7 @@ import _ from "lodash";

todoLock: number;
listCnfgText: string;
k0kmKmmc: string;
menuParaConv: ISysMenuWithCoreResponseMenuPara;
pathType: IDictResponse[];
menuParaConv: ISysMenuWithCoreResponseMenuPara;
wldyPage: IWldyPageResponse[];

@@ -106,3 +109,2 @@ listGAMS: IGamsCnfgResponse[];

updateAt: number = 0;
deleteBy: string = "";

@@ -140,4 +142,7 @@ deleteAt: number = 0;

todoLock: number = 0;
listCnfgText: string = "";
k0kmKmmc: string = "";
menuParaConv: ISysMenuWithCoreResponseMenuPara = new TSysMenuWithCoreResponseMenuPara(); // menuPara转换成对象
pathType: IDictResponse[] = [];
menuParaConv: ISysMenuWithCoreResponseMenuPara = new TSysMenuWithCoreResponseMenuPara(); // menuPara转换成对象
wldyPage: IWldyPageResponse[] = [];

@@ -144,0 +149,0 @@ listGAMS: IGamsCnfgResponse[] = [];