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
0
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.6 to 0.0.7

5

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

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

if (keys === void 0) { keys = ''; }
if (tcmOperation === void 0) { tcmOperation = false; }
if (tcmOperation === void 0) { tcmOperation = null; }
if (icsChromelyRequest.isChromely) {

@@ -411,3 +411,3 @@ return IndexExamine.query('Icd9cm3Index', category, this.QueryCondition(category, escapeSpecialCharacters(keys), tcmOperation));

if (keys === void 0) { keys = ''; }
if (tcmOperation === void 0) { tcmOperation = false; }
if (tcmOperation === void 0) { tcmOperation = null; }
if (icsChromelyRequest.isChromely) {

@@ -433,2 +433,3 @@ return IndexExamine.page('Icd9cm3Index', pageIndex, pageSize, category, this.QueryCondition(category, escapeSpecialCharacters(keys), tcmOperation));

Icd9cm3Index.QueryCondition = function (category, keys, tcmOperation) {
if (tcmOperation === void 0) { tcmOperation = null; }
var conditions = [];

@@ -435,0 +436,0 @@ if (keys.trim()) {

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

if (keys === void 0) { keys = ''; }
if (tcmOperation === void 0) { tcmOperation = false; }
if (tcmOperation === void 0) { tcmOperation = null; }
if (icsChromelyRequest.isChromely) {

@@ -417,3 +417,3 @@ return IndexExamine.query('Icd9cm3Index', category, this.QueryCondition(category, escapeSpecialCharacters(keys), tcmOperation));

if (keys === void 0) { keys = ''; }
if (tcmOperation === void 0) { tcmOperation = false; }
if (tcmOperation === void 0) { tcmOperation = null; }
if (icsChromelyRequest.isChromely) {

@@ -439,2 +439,3 @@ return IndexExamine.page('Icd9cm3Index', pageIndex, pageSize, category, this.QueryCondition(category, escapeSpecialCharacters(keys), tcmOperation));

Icd9cm3Index.QueryCondition = function (category, keys, tcmOperation) {
if (tcmOperation === void 0) { tcmOperation = null; }
var conditions = [];

@@ -441,0 +442,0 @@ if (keys.trim()) {

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

if (keys === void 0) { keys = ''; }
if (tcmOperation === void 0) { tcmOperation = false; }
if (tcmOperation === void 0) { tcmOperation = null; }
if (ics_chromely_js_sdk_1.default.isChromely) {

@@ -54,3 +54,3 @@ return index_examine_1.default.query('Icd9cm3Index', category, this.QueryCondition(category, utils_1.escapeSpecialCharacters(keys), tcmOperation));

if (keys === void 0) { keys = ''; }
if (tcmOperation === void 0) { tcmOperation = false; }
if (tcmOperation === void 0) { tcmOperation = null; }
if (ics_chromely_js_sdk_1.default.isChromely) {

@@ -76,2 +76,3 @@ return index_examine_1.default.page('Icd9cm3Index', pageIndex, pageSize, category, this.QueryCondition(category, utils_1.escapeSpecialCharacters(keys), tcmOperation));

Icd9cm3Index.QueryCondition = function (category, keys, tcmOperation) {
if (tcmOperation === void 0) { tcmOperation = null; }
var conditions = [];

@@ -78,0 +79,0 @@ if (keys.trim()) {

4

dist/types/icd9-cm3-index-examine.d.ts

@@ -10,3 +10,3 @@ export default class Icd9cm3Index {

*/
static query(category: string, keys?: string, tcmOperation?: boolean): Promise<any>;
static query(category: string, keys?: string, tcmOperation?: boolean | null): Promise<any>;
/**

@@ -22,3 +22,3 @@ * 分页查询索引

*/
static page(pageIndex: number, pageSize: number, category: string, keys?: string, tcmOperation?: boolean): Promise<any>;
static page(pageIndex: number, pageSize: number, category: string, keys?: string, tcmOperation?: boolean | null): Promise<any>;
/**

@@ -25,0 +25,0 @@ * 查询条件组装

{
"name": "@imedx/ics-imedx-chromely-plugin-index-examine",
"version": "0.0.6",
"version": "0.0.7",
"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