New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@imedx/ics-imedx-chromely-plugin-index-examine

Package Overview
Dependencies
Maintainers
12
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

2

package.json
{
"name": "@imedx/ics-imedx-chromely-plugin-index-examine",
"version": "0.0.1-beta.5",
"version": "0.0.1-beta.6",
"description": "",

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

@@ -137,1 +137,33 @@ ### 引入

### 行政区划索引
```javascript
import { SysAreaIndex } from '@imedx/ics-imedx-chromely-plugin-index-examine'
```
> query 查询索引
```javascript
/**
* 查询中医诊断索引
* @param category:分类,分类,父行政区划编码
* @returns 成功返回结果
*/
SysAreaIndex.query(category: string, keys: string = ''):Promise<any>
```
> page 分页查询索引
```javascript
/**
* 分页查询索引
* @param pageIndex:page索引
* @param pageSize:page尺寸
* @param category:分类,分类,父行政区划编码
* @param keys:关键字
* @returns 成功返回结果
*/
SysAreaIndex.page(
pageIndex: number,
pageSize: number,
category: string,
keys: string = ''
): Promise<any>
```
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