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

@imedx/ics-chromely-plugin-imedx

Package Overview
Dependencies
Maintainers
9
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-beta.1 to 0.0.0-beta.2

12

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

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

* @LastEditors: 文贝
* @LastEditTime: 2022-09-28 11:28:40
* @LastEditTime: 2022-10-14 12:50:03
* @Descripttion:

@@ -19,3 +19,3 @@ * @FilePath: \ics-chromely-plugin-imedx\src\core\imedx.ts

method: 'GET',
data: data
data: data,
});

@@ -29,2 +29,10 @@ };

};
/**
* 校验用户是否登录
* @param userName 用户账号
* @returns
*/
IMedxHelper.CheckLogin = function (userName) {
return this.OperateEx('CheckLogin', { userName: userName });
};
return IMedxHelper;

@@ -31,0 +39,0 @@ }());

@@ -15,3 +15,3 @@ (function (global, factory) {

* @LastEditors: 文贝
* @LastEditTime: 2022-09-28 11:28:40
* @LastEditTime: 2022-10-14 12:50:03
* @Descripttion:

@@ -27,3 +27,3 @@ * @FilePath: \ics-chromely-plugin-imedx\src\core\imedx.ts

method: 'GET',
data: data
data: data,
});

@@ -37,2 +37,10 @@ };

};
/**
* 校验用户是否登录
* @param userName 用户账号
* @returns
*/
IMedxHelper.CheckLogin = function (userName) {
return this.OperateEx('CheckLogin', { userName: userName });
};
return IMedxHelper;

@@ -39,0 +47,0 @@ }());

@@ -7,3 +7,3 @@ "use strict";

* @LastEditors: 文贝
* @LastEditTime: 2022-09-28 11:28:40
* @LastEditTime: 2022-10-14 12:50:03
* @Descripttion:

@@ -20,3 +20,3 @@ * @FilePath: \ics-chromely-plugin-imedx\src\core\imedx.ts

method: 'GET',
data: data
data: data,
});

@@ -30,2 +30,10 @@ };

};
/**
* 校验用户是否登录
* @param userName 用户账号
* @returns
*/
IMedxHelper.CheckLogin = function (userName) {
return this.OperateEx('CheckLogin', { userName: userName });
};
return IMedxHelper;

@@ -32,0 +40,0 @@ }());

@@ -7,2 +7,8 @@ export default class IMedxHelper {

static GetNow(): Promise<any>;
/**
* 校验用户是否登录
* @param userName 用户账号
* @returns
*/
static CheckLogin(userName: string): Promise<any>;
}

2

package.json
{
"name": "@imedx/ics-chromely-plugin-imedx",
"version": "0.0.0-beta.1",
"version": "0.0.0-beta.2",
"description": "提供获取IMedx客户端本地信息,例如当前日期时间等",

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

<!--
* @Author: 文贝
* @Date: 2022-02-08 21:36:57
* @LastEditors: wenbei421 346972930@qq.com
* @LastEditTime: 2022-09-28 11:41:50
* @LastEditors: 文贝
* @LastEditTime: 2022-10-19 18:06:58
* @Descripttion:

@@ -16,2 +16,3 @@ * @FilePath: \ics-chromely-plugin-imedx\README.md

```
0.0.0-beta.2 新增CheckLogin方法
0.0.0-beta.1 新增获取本地时间函数GetNow

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