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

@icreate/ics-chromely-plugin-core

Package Overview
Dependencies
Maintainers
8
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icreate/ics-chromely-plugin-core - npm Package Compare versions

Comparing version 0.0.18-beta6 to 0.0.18-beta7

6

dist/ics-chromely-plugin-core.es5.js

@@ -383,3 +383,3 @@ import { LogLevels } from '@icreate/core';

* @LastEditors: 陶慧灵
* @LastEditTime: 2022-11-18 18:37:09
* @LastEditTime: 2022-11-22 12:21:12
* @Description:

@@ -420,2 +420,6 @@ * @FilePath: \ics-chromely-plugin-core\src\core\hardware.ts

};
// 获取本机Ip和Mac地址列表
Hardware.getIpMacAddress = function () {
return this.OperateEx('GetLocalIpMacList');
};
// 获取本机端口号

@@ -422,0 +426,0 @@ Hardware.getHostName = function () {

@@ -390,3 +390,3 @@ (function (global, factory) {

* @LastEditors: 陶慧灵
* @LastEditTime: 2022-11-18 18:37:09
* @LastEditTime: 2022-11-22 12:21:12
* @Description:

@@ -427,2 +427,6 @@ * @FilePath: \ics-chromely-plugin-core\src\core\hardware.ts

};
// 获取本机Ip和Mac地址列表
Hardware.getIpMacAddress = function () {
return this.OperateEx('GetLocalIpMacList');
};
// 获取本机端口号

@@ -429,0 +433,0 @@ Hardware.getHostName = function () {

@@ -7,3 +7,3 @@ "use strict";

* @LastEditors: 陶慧灵
* @LastEditTime: 2022-11-18 18:37:09
* @LastEditTime: 2022-11-22 12:21:12
* @Description:

@@ -45,2 +45,6 @@ * @FilePath: \ics-chromely-plugin-core\src\core\hardware.ts

};
// 获取本机Ip和Mac地址列表
Hardware.getIpMacAddress = function () {
return this.OperateEx('GetLocalIpMacList');
};
// 获取本机端口号

@@ -47,0 +51,0 @@ Hardware.getHostName = function () {

@@ -12,2 +12,3 @@ export default class Hardware {

static getIpAddress(): Promise<any>;
static getIpMacAddress(): Promise<any>;
static getHostName(): Promise<any>;

@@ -14,0 +15,0 @@ static GetOSDesc(): Promise<any>;

2

package.json
{
"name": "@icreate/ics-chromely-plugin-core",
"version": "0.0.18-beta6",
"version": "0.0.18-beta7",
"description": "提供Ics Chromely Client核心本地操作插件js sdk,包含本地日志、主窗体控制、打开三方浏览器、打印机列表、硬件IP和Mac地址、本地配置获取和注册表读写等",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -5,3 +5,3 @@ <!--

* @LastEditors: 陶慧灵
* @LastEditTime: 2022-11-18 11:20:09
* @LastEditTime: 2022-11-22 12:23:51
* @Descripttion:

@@ -17,2 +17,4 @@ * @FilePath: \ics-chromely-plugin-core\README.md

```
0.0.18-beta7 新增获取本机Ip和Mac地址列表方法`getIpMacAddress`
0.0.18-beta6 修复注册表调用方法对应路由
0.0.18-beta5 注册表帮助类调用修改为Get方式

@@ -19,0 +21,0 @@ 0.0.18-beta4 修复获取和设置注册表路由地址

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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