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

@imedx/ics-imedx-core

Package Overview
Dependencies
Maintainers
15
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imedx/ics-imedx-core - npm Package Compare versions

Comparing version 0.0.1-beta.11 to 0.0.1-beta.12

dist/lib/core/intf-chs-platform/index.js

5

dist/lib/imedx.js

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

2

package.json

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

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