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
4
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.6 to 0.0.7

2

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

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

* @LastEditors: 文贝
* @LastEditTime: 2022-05-31 15:27:15
* @LastEditTime: 2022-05-31 15:41:01
* @Descripttion:

@@ -402,0 +402,0 @@ * @FilePath: \ics-chromely-plugin-core\src\ics-chromely-plugin-core.ts

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

* @LastEditors: 文贝
* @LastEditTime: 2022-05-31 15:27:15
* @LastEditTime: 2022-05-31 15:41:01
* @Descripttion:

@@ -407,0 +407,0 @@ * @FilePath: \ics-chromely-plugin-core\src\ics-chromely-plugin-core.ts

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

* @LastEditors: 文贝
* @LastEditTime: 2022-05-31 15:27:15
* @LastEditTime: 2022-05-31 15:41:01
* @Descripttion:

@@ -11,0 +11,0 @@ * @FilePath: \ics-chromely-plugin-core\src\ics-chromely-plugin-core.ts

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

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

<!--
* @Author: 文贝
* @Date: 2022-02-08 21:36:57
* @LastEditors: 刘邓
* @LastEditTime: 2022-05-10 17:01:56
* @LastEditors: 文贝
* @LastEditTime: 2022-05-31 15:30:49
* @Descripttion:
* @FilePath: \README.md
* @FilePath: \ics-chromely-plugin-core\README.md
-->

@@ -24,2 +24,3 @@ ### Usage

- RegeditHelper:注册表类
- ConfigHelper:本地配置类
### Importing library

@@ -30,3 +31,3 @@

```javascript
import { LocalLogger, BrowserHelper, WindowHelper, Chromely } from '@icreate/ics-chromely-plugin-core'
import { LocalLogger, BrowserHelper, WindowHelper, Chromely, ConfigHelper } from '@icreate/ics-chromely-plugin-core'
```

@@ -102,2 +103,11 @@

setRegeditValue(name: string, value: string): Promise<any>
```
```
### ConfigHelper
```javascript
// 获取指定的配置键对应的值
Get(key: string): Promise<any>
// 获取appsetting.json中的BaseUrl值
GetBaseUrl(): Promise<any>
```

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