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

@icreate/ics-chromely-plugin-report-js-sdk

Package Overview
Dependencies
Maintainers
10
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icreate/ics-chromely-plugin-report-js-sdk - npm Package Compare versions

Comparing version 0.0.9-beta.5 to 0.0.9-beta.6

4

dist/ics-chromely-plugin-report-js-sdk.es5.js

@@ -184,2 +184,6 @@ import '@icreate/core';

};
// 根据Id加载报表
Report.prototype.loadFromString = function (content) {
return this.OperateEx('loadFromString', { content: content });
};
/**

@@ -186,0 +190,0 @@ * 导出pdf

@@ -189,2 +189,6 @@ (function (global, factory) {

};
// 根据Id加载报表
Report.prototype.loadFromString = function (content) {
return this.OperateEx('loadFromString', { content: content });
};
/**

@@ -191,0 +195,0 @@ * 导出pdf

@@ -65,2 +65,6 @@ "use strict";

};
// 根据Id加载报表
Report.prototype.loadFromString = function (content) {
return this.OperateEx('loadFromString', { content: content });
};
/**

@@ -67,0 +71,0 @@ * 导出pdf

@@ -19,2 +19,3 @@ export default class Report {

loadFromId(reportId: string): Promise<any>;
loadFromString(content: string): Promise<any>;
/**

@@ -21,0 +22,0 @@ * 导出pdf

2

package.json
{
"name": "@icreate/ics-chromely-plugin-report-js-sdk",
"version": "0.0.9-beta.5",
"version": "0.0.9-beta.6",
"description": "提供报表设计、清空、预览、打印、注册数据源等功能",

@@ -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