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

@imedx/ics-imedx-chromely-plugin-intf-platform

Package Overview
Dependencies
Maintainers
15
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imedx/ics-imedx-chromely-plugin-intf-platform - npm Package Compare versions

Comparing version 0.0.2-beta.13 to 0.0.2-beta.14

14

dist/ics-imedx-chromely-plugin-intf-platform.es5.js

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

IntfPlatform.authorization = function (intfCode) {
return this.hbbasic.api.authorization({
orgId: this.orgId,
apiId: intfCode
}, true);
// return this.hbbasic.api.authorization(
// {
// orgId: this.orgId,
// apiId: intfCode
// },
// true
// )
return Promise.resolve();
};

@@ -180,4 +184,4 @@ /**

IntfPlatform.bussiness = function (intfCode, code, param) {
var _this = this;
// 校验接口是否有权限
var _this = this;
var mode = IntfPlatform.GetInterfaceType(intfCode);

@@ -184,0 +188,0 @@ // switch (mode) {

@@ -152,6 +152,10 @@ (function (global, factory) {

IntfPlatform.authorization = function (intfCode) {
return this.hbbasic.api.authorization({
orgId: this.orgId,
apiId: intfCode
}, true);
// return this.hbbasic.api.authorization(
// {
// orgId: this.orgId,
// apiId: intfCode
// },
// true
// )
return Promise.resolve();
};

@@ -184,4 +188,4 @@ /**

IntfPlatform.bussiness = function (intfCode, code, param) {
var _this = this;
// 校验接口是否有权限
var _this = this;
var mode = IntfPlatform.GetInterfaceType(intfCode);

@@ -188,0 +192,0 @@ // switch (mode) {

@@ -45,6 +45,10 @@ "use strict";

IntfPlatform.authorization = function (intfCode) {
return this.hbbasic.api.authorization({
orgId: this.orgId,
apiId: intfCode
}, true);
// return this.hbbasic.api.authorization(
// {
// orgId: this.orgId,
// apiId: intfCode
// },
// true
// )
return Promise.resolve();
};

@@ -77,4 +81,4 @@ /**

IntfPlatform.bussiness = function (intfCode, code, param) {
var _this = this;
// 校验接口是否有权限
var _this = this;
var mode = IntfPlatform.GetInterfaceType(intfCode);

@@ -81,0 +85,0 @@ // switch (mode) {

{
"name": "@imedx/ics-imedx-chromely-plugin-intf-platform",
"version": "0.0.2-beta.13",
"version": "0.0.2-beta.14",
"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