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.20-beta2 to 0.0.20-beta3

6

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

@@ -250,2 +250,8 @@ import { LogLevels } from '@icreate/core';

/**
* @description: 关闭屏幕键盘
*/
Window.CloseScreenKeyboard = function () {
this.Operate('CloseScreenKeyboard');
};
/**
* @description: 发送按键事件

@@ -252,0 +258,0 @@ */

@@ -257,2 +257,8 @@ (function (global, factory) {

/**
* @description: 关闭屏幕键盘
*/
Window.CloseScreenKeyboard = function () {
this.Operate('CloseScreenKeyboard');
};
/**
* @description: 发送按键事件

@@ -259,0 +265,0 @@ */

@@ -95,2 +95,8 @@ "use strict";

/**
* @description: 关闭屏幕键盘
*/
Window.CloseScreenKeyboard = function () {
this.Operate('CloseScreenKeyboard');
};
/**
* @description: 发送按键事件

@@ -97,0 +103,0 @@ */

4

dist/types/core/window.d.ts

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

/**
* @description: 关闭屏幕键盘
*/
static CloseScreenKeyboard(): void;
/**
* @description: 发送按键事件

@@ -44,0 +48,0 @@ */

2

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

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

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