@icreate/ics-chromely-plugin-core
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -285,3 +285,3 @@ import { LogLevels, ExecOptons, Utils } from '@icreate/core'; | ||
var args = Array.prototype.slice.call(arguments, 1); | ||
this.cefSharp.PostMessage(JSON.stringify(__assign({ eventName: eventName }, args))); | ||
this.cefSharp.PostMessage(JSON.stringify({ eventName: eventName, data: __assign({}, args) })); | ||
}; | ||
@@ -392,3 +392,3 @@ return Chromely; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-05-28 15:16:12 | ||
* @LastEditTime: 2022-05-28 19:40:50 | ||
* @Descripttion: | ||
@@ -398,5 +398,6 @@ * @FilePath: \ics-chromely-plugin-core\src\ics-chromely-plugin-core.ts | ||
var chromely = new Chromely(); | ||
window['Chromely'] = chromely; | ||
if (typeof window !== 'undefined') | ||
window['Chromely'] = chromely; | ||
export { Logger as LocalLogger, Browser as BrowserHelper, Window as WindowHelper, Printer as PrinterHelper, Hardware as HardwareHelper, Regedit as RegeditHelper, chromely as Chromely }; | ||
//# sourceMappingURL=ics-chromely-plugin-core.es5.js.map |
@@ -290,3 +290,3 @@ (function (global, factory) { | ||
var args = Array.prototype.slice.call(arguments, 1); | ||
this.cefSharp.PostMessage(JSON.stringify(__assign({ eventName: eventName }, args))); | ||
this.cefSharp.PostMessage(JSON.stringify({ eventName: eventName, data: __assign({}, args) })); | ||
}; | ||
@@ -397,3 +397,3 @@ return Chromely; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-05-28 15:16:12 | ||
* @LastEditTime: 2022-05-28 19:40:50 | ||
* @Descripttion: | ||
@@ -403,3 +403,4 @@ * @FilePath: \ics-chromely-plugin-core\src\ics-chromely-plugin-core.ts | ||
var chromely = new Chromely(); | ||
window['Chromely'] = chromely; | ||
if (typeof window !== 'undefined') | ||
window['Chromely'] = chromely; | ||
@@ -406,0 +407,0 @@ exports.LocalLogger = Logger; |
@@ -78,3 +78,3 @@ "use strict"; | ||
var args = Array.prototype.slice.call(arguments, 1); | ||
this.cefSharp.PostMessage(JSON.stringify(__assign({ eventName: eventName }, args))); | ||
this.cefSharp.PostMessage(JSON.stringify({ eventName: eventName, data: __assign({}, args) })); | ||
}; | ||
@@ -81,0 +81,0 @@ return Chromely; |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-05-28 15:16:12 | ||
* @LastEditTime: 2022-05-28 19:40:50 | ||
* @Descripttion: | ||
@@ -28,3 +28,4 @@ * @FilePath: \ics-chromely-plugin-core\src\ics-chromely-plugin-core.ts | ||
exports.Chromely = chromely; | ||
window['Chromely'] = chromely; | ||
if (typeof window !== 'undefined') | ||
window['Chromely'] = chromely; | ||
//# sourceMappingURL=ics-chromely-plugin-core.js.map |
{ | ||
"name": "@icreate/ics-chromely-plugin-core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
92948
1381
0