@imedx/ics-imedx-core
Advanced tools
Comparing version 0.0.1-beta.11 to 0.0.1-beta.12
@@ -5,2 +5,3 @@ "use strict"; | ||
var system_1 = require("./core/system"); | ||
var intf_chs_platform_1 = require("./core/intf-chs-platform"); | ||
var IMedx = /** @class */ (function () { | ||
@@ -90,2 +91,6 @@ function IMedx() { | ||
IMedx.client = new client_1.default(); | ||
/** | ||
* 医保核心接口 | ||
*/ | ||
IMedx.IntfChsPlatform = intf_chs_platform_1.default; | ||
return IMedx; | ||
@@ -92,0 +97,0 @@ }()); |
@@ -5,2 +5,3 @@ import Client from './core/client'; | ||
import UserInfo from './core/user-info'; | ||
import IntfChsPlatform from './core/intf-chs-platform'; | ||
export default class IMedx { | ||
@@ -91,2 +92,6 @@ /** | ||
static client: Client; | ||
/** | ||
* 医保核心接口 | ||
*/ | ||
static IntfChsPlatform: typeof IntfChsPlatform; | ||
} |
@@ -6,3 +6,3 @@ { | ||
"title": "iMedx", | ||
"version": "0.0.1-beta.11", | ||
"version": "0.0.1-beta.12", | ||
"description": "iMedx核心功能js封装", | ||
@@ -9,0 +9,0 @@ "author": "文贝", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
1552956
44
1975
3
227