Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@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 } 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>
FAQs
提供Ics Chromely Client核心本地操作插件js sdk,包含本地日志、主窗体控制、打开三方浏览器、打印机列表、硬件IP和Mac地址、本地配置获取和注册表读写等
The npm package @icreate/ics-chromely-plugin-core receives a total of 27 weekly downloads. As such, @icreate/ics-chromely-plugin-core popularity was classified as not popular.
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.