
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
tomtaw-table
Advanced tools
该组件主要用于展示关于系统(UDI)信息,该功能所有的已经注册过的业务系统都应该实现 目前已注册的业务系统有:云pacs(除了核医学)、远程医疗信息系统、影像云存储共享系统、云病理、远程医学教育、质控系统、智能科室管理系统
npm install tomtaw-system-about -registry http://192.168.1.171:8081/repository/npm-group/
或者
yarn add tomtaw-system-about --registry http://192.168.1.171:8081/repository/npm-group/
import aboutSystem from 'tomtaw-system-about';
// 然后使用时调用下aboutSystem方法就行
// manager 为我们去获取Token的对象 userInfo(登录信息)
// 如: manager = new SecurityService();
manager.getRole().then((userInfo) => {
aboutSystem(appKey,userInfo);
});
// 常见的appkey值 有以下这些:
/// 云PACS
appKey = "cloudpacs";
/// 远程医疗信息系统
appKey = "telemed";
/// 影像云存储共享
appKey = "idcas";
/// 平台运营管理系统
appKey = "operate";
/// 云病理
appKey = "pis";
/// 远程医学教育
appKey = "teaching";
/// 质控系统
appKey = "quality";
/// 智能科室管理系统
appKey = "dms";
FAQs
tomtaw-table
The npm package tomtaw-table receives a total of 0 weekly downloads. As such, tomtaw-table popularity was classified as not popular.
We found that tomtaw-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.