Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xj-hospital/basic-user

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xj-hospital/basic-user - npm Package Compare versions

Comparing version 1.0.40 to 1.0.41

2

package.json
{
"name": "@xj-hospital/basic-user",
"version": "1.0.40",
"version": "1.0.41",
"description": "用户管理",

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

@@ -14,2 +14,3 @@ import Vue from 'vue';

isShowCreateModal: boolean;
info: {};
}, {

@@ -28,3 +29,4 @@ initUserList(): Promise<void>;

checkEmpty(): void;
}, unknown, Record<"deviceUsers" | "isShowModifyModal", any>>;
initConfig(): void;
}, unknown, Record<"deviceUsers" | "isShowModifyModal" | "mode", any>>;
export default _default;

@@ -52,3 +52,9 @@ import Vue from 'vue';

getTime(time: any): string;
editEnd(users: any[]): any;
authentication(user: any, topicId: string): string;
editEnd(data: {
mode: string;
checked: any[];
}): Promise<any>;
raisePower(user: IUser): void;
reducePower(user: IUser): void;
remove(user: IUser): void;

@@ -55,0 +61,0 @@ }, {

@@ -50,3 +50,3 @@ import Vue from 'vue';

onClickUser(u: any): void;
}, unknown, Record<"isHide" | "checkedUsers" | "extCheckedUsers" | "conflict", any>>;
}, unknown, Record<"checkedUsers" | "isHide" | "extCheckedUsers" | "conflict", any>>;
export default _default;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc