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

@ningboyz/types

Package Overview
Dependencies
Maintainers
4
Versions
1406
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.7.26
to
1.7.27
+1
-1
package.json
{
"name": "@ningboyz/types",
"type": "module",
"version": "1.7.26",
"version": "1.7.27",
"private": false,

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

@@ -62,2 +62,4 @@ export interface IDictResponseDictPara {

userMovedDict: boolean;
/** 单位性质是否国有单位 */
isPublic: boolean;
}

@@ -112,2 +114,4 @@ export class TDictResponseDictPara implements IDictResponseDictPara {

userMovedDict: boolean = false;
/** 单位性质是否国有单位 */
isPublic: boolean = false;
}

@@ -114,0 +118,0 @@