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
7
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-beta1 to 0.0.18-beta2

8

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

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

* @LastEditors: 文贝
* @LastEditTime: 2022-09-01 17:52:39
* @LastEditTime: 2022-09-23 11:22:23
* @Descripttion:

@@ -217,2 +217,8 @@ * @FilePath: \ics-chromely-plugin-core\src\core\window.ts

};
/**
* @description: 显示屏幕键盘
*/
Window.ShowScreenKeyboard = function () {
this.Operate('ShowScreenKeyboard');
};
return Window;

@@ -219,0 +225,0 @@ }());

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

* @LastEditors: 文贝
* @LastEditTime: 2022-09-01 17:52:39
* @LastEditTime: 2022-09-23 11:22:23
* @Descripttion:

@@ -224,2 +224,8 @@ * @FilePath: \ics-chromely-plugin-core\src\core\window.ts

};
/**
* @description: 显示屏幕键盘
*/
Window.ShowScreenKeyboard = function () {
this.Operate('ShowScreenKeyboard');
};
return Window;

@@ -226,0 +232,0 @@ }());

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

* @LastEditors: 文贝
* @LastEditTime: 2022-09-01 17:52:39
* @LastEditTime: 2022-09-23 11:22:23
* @Descripttion:

@@ -89,2 +89,8 @@ * @FilePath: \ics-chromely-plugin-core\src\core\window.ts

};
/**
* @description: 显示屏幕键盘
*/
Window.ShowScreenKeyboard = function () {
this.Operate('ShowScreenKeyboard');
};
return Window;

@@ -91,0 +97,0 @@ }());

@@ -37,2 +37,6 @@ export default class Window {

static RedrawSplash(message: string): void;
/**
* @description: 显示屏幕键盘
*/
static ShowScreenKeyboard(): void;
}

2

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

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

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

* @LastEditors: 文贝
* @LastEditTime: 2022-09-15 19:25:26
* @LastEditTime: 2022-09-23 11:23:53
* @Descripttion:

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

```
0.0.18-beta2 增加显示屏幕键盘
0.0.18 修改导出对象为默认导出

@@ -96,2 +97,4 @@ 0.0.17 修改Chromely为单例模式

RedrawSplash(message: string): void
//显示屏幕键盘
ShowScreenKeyboard(): void
```

@@ -98,0 +101,0 @@

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