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.
@icreate/ics-chromely-plugin-core
Advanced tools
提供Ics Chromely Client核心本地操作插件js sdk,包含本地日志、主窗体控制、打开三方浏览器、打印机列表、硬件IP和Mac地址、本地配置获取和注册表读写等
npm i @icreate/ics-chromely-plugin-core
You can import the generated bundle to use the whole library generated by this starter:
import { LocalLogger, BrowserHelper, WindowHelper, Chromely, ConfigHelper } from '@icreate/ics-chromely-plugin-core'
level: LogLevels
debug(logObject: any): Promise<any>
info(logObject: any): Promise<any>
warn(logObject: any): Promise<any>
error(logObject: any): Promise<any>
fatal(logObject: any): Promise<any>
OpenChrome(url:string):void
OpenIE(url:string):void
OpenFireFox(url:string):void
OpenDefault(url:string):void
Minimize(): void
Maximize(): void
Restore(): void
Close(): void
Restart(): void
State(): Promise<String>
isChromely: boolean
cefSharp: Object
$on(eventName: string, callback: Function): void
$off(eventName: string, callback: Function): void
$emit(eventName: string): void
// 获取本机Mac地址
getMacAddress(): Promise<any>
// 获取本机Ip地址
getIpAddress(): Promise<any>
// 获取本机主机名
getHostName(): Promise<any>
// 获取本地打印机列表
getPrinterList(): Promise<any>
// 获取本地打印机列表
getPrinterDefault(): Promise<any>
// 判断指定打印机名称是否存在
isPrinterExists(printerName: string): Promise<any>
// 获取指定的注册表键对应的值
getRegeditValue(name: string): Promise<any>
// 设置注册表键值
setRegeditValue(name: string, value: string): Promise<any>
// 获取指定的配置键对应的值
Get(key: string): Promise<any>
// 获取appsetting.json中的BaseUrl值
GetBaseUrl(): Promise<any>
FAQs
提供Ics Chromely Client核心本地操作插件js sdk,包含本地日志、主窗体控制、打开三方浏览器、打印机列表、硬件IP和Mac地址、本地配置获取和注册表读写等
We found that @icreate/ics-chromely-plugin-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.