Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@imedx/ics-chromely-plugin-imedx
Advanced tools
npm i @imedx/ics-chromely-plugin-imedx
0.0.0-beta.3 新增获取电子签名和机构Logo
0.0.0-beta.2 新增CheckLogin方法
0.0.0-beta.1 新增获取本地时间函数GetNow
You can import the generated bundle to use the whole library generated by this starter:
import IMedxHelper from '@imedx/ics-chromely-plugin-imedx'
或者
import { LogoType, IMedxHelper } from '@imedx/ics-chromely-plugin-imedx'
/**
* @description: 获取本地时间
*/
static GetNow(): Promise<any>;
/**
* 校验用户是否登录
* @param userName 用户账号
* @returns
*/
static CheckLogin(userName: string): Promise<any>;
/**
* 获取职工电子签名
* @param staffId 职工ID
* @returns base64图片
*/
static GetStaffSign(staffId: string): Promise<any>;
/**
* 获取机构徽标
* @param orgId 机构ID
* @param type logo类型 square:正方形 oblong:长方形
* @returns base64图片
*/
static GetOrgLogo(orgId: string, type?: LogoType): Promise<any>;
FAQs
提供获取IMedx客户端本地信息,例如当前日期时间等
We found that @imedx/ics-chromely-plugin-imedx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 19 open source maintainers 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 a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.