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

@icreate/ics-chromely-plugin-package

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.7 to 0.0.8

13

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

@@ -6,6 +6,6 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk';

* @Date: 2022-02-11 23:39:46
* @LastEditors: 刘邓
* @LastEditTime: 2022-06-20 13:41:25
* @LastEditors: 文贝
* @LastEditTime: 2022-07-14 19:26:08
* @Descripttion:
* @FilePath: \src\core\package.ts
* @FilePath: \ics-chromely-plugin-package\src\core\package.ts
*/

@@ -17,3 +17,2 @@ var Package = /** @class */ (function () {

if (method === void 0) { method = 'GET'; }
// let opts =
return icsChromelyRequest.function({

@@ -40,7 +39,7 @@ url: "Package/" + url,

*/
Package.Download = function (id, version, name) {
return this.OperateEx('Download', { id: id, version: version, name: name });
Package.Download = function (fileName, filePath, version) {
return this.OperateEx('Download', { fileName: fileName, filePath: filePath, version: version });
};
/**
* @description: 还原窗口
* @description: 解压升级包
*/

@@ -47,0 +46,0 @@ Package.UnPackage = function () {

@@ -12,6 +12,6 @@ (function (global, factory) {

* @Date: 2022-02-11 23:39:46
* @LastEditors: 刘邓
* @LastEditTime: 2022-06-20 13:41:25
* @LastEditors: 文贝
* @LastEditTime: 2022-07-14 19:26:08
* @Descripttion:
* @FilePath: \src\core\package.ts
* @FilePath: \ics-chromely-plugin-package\src\core\package.ts
*/

@@ -23,3 +23,2 @@ var Package = /** @class */ (function () {

if (method === void 0) { method = 'GET'; }
// let opts =
return icsChromelyRequest.function({

@@ -46,7 +45,7 @@ url: "Package/" + url,

*/
Package.Download = function (id, version, name) {
return this.OperateEx('Download', { id: id, version: version, name: name });
Package.Download = function (fileName, filePath, version) {
return this.OperateEx('Download', { fileName: fileName, filePath: filePath, version: version });
};
/**
* @description: 还原窗口
* @description: 解压升级包
*/

@@ -53,0 +52,0 @@ Package.UnPackage = function () {

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

* @Date: 2022-02-11 23:39:46
* @LastEditors: 刘邓
* @LastEditTime: 2022-06-20 13:41:25
* @LastEditors: 文贝
* @LastEditTime: 2022-07-14 19:26:08
* @Descripttion:
* @FilePath: \src\core\package.ts
* @FilePath: \ics-chromely-plugin-package\src\core\package.ts
*/

@@ -18,3 +18,2 @@ Object.defineProperty(exports, "__esModule", { value: true });

if (method === void 0) { method = 'GET'; }
// let opts =
return ics_chromely_js_sdk_1.default.function({

@@ -41,7 +40,7 @@ url: "Package/" + url,

*/
Package.Download = function (id, version, name) {
return this.OperateEx('Download', { id: id, version: version, name: name });
Package.Download = function (fileName, filePath, version) {
return this.OperateEx('Download', { fileName: fileName, filePath: filePath, version: version });
};
/**
* @description: 还原窗口
* @description: 解压升级包
*/

@@ -48,0 +47,0 @@ Package.UnPackage = function () {

@@ -14,7 +14,7 @@ export default class Package {

*/
static Download(id: string, version: string, name: string): Promise<any>;
static Download(fileName: string, filePath: string, version: string): Promise<any>;
/**
* @description: 还原窗口
* @description: 解压升级包
*/
static UnPackage(): Promise<any>;
}
{
"name": "@icreate/ics-chromely-plugin-package",
"version": "0.0.7",
"version": "0.0.8",
"description": "升级包和应用包上传下载和解包",

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

@@ -0,0 +0,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