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.8 to 0.0.9

4

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

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

else {
return IndexExamine.queryByServer('DictionaryIndex', category, keys, this.like, exact);
return IndexExamine.queryByServer('DictionaryIndex', category, keys, this.like, exact || {});
}

@@ -161,3 +161,3 @@ };

else {
return IndexExamine.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, exact);
return IndexExamine.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, exact || {});
}

@@ -164,0 +164,0 @@ };

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

else {
return IndexExamine.queryByServer('DictionaryIndex', category, keys, this.like, exact);
return IndexExamine.queryByServer('DictionaryIndex', category, keys, this.like, exact || {});
}

@@ -167,3 +167,3 @@ };

else {
return IndexExamine.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, exact);
return IndexExamine.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, exact || {});
}

@@ -170,0 +170,0 @@ };

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

else {
return index_examine_1.default.queryByServer('DictionaryIndex', category, keys, this.like, exact);
return index_examine_1.default.queryByServer('DictionaryIndex', category, keys, this.like, exact || {});
}

@@ -55,3 +55,3 @@ };

else {
return index_examine_1.default.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, exact);
return index_examine_1.default.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, exact || {});
}

@@ -58,0 +58,0 @@ };

@@ -27,3 +27,3 @@ export default class IndexExamine {

*/
static queryByServer(indexId: string, category: string | Array<string>, keys: string, like: Array<string>, exact: object | null): Promise<any>;
static queryByServer(indexId: string, category: string | Array<string>, keys: string, like: Array<string>, exact: object): Promise<any>;
/**

@@ -50,3 +50,3 @@ *

*/
static pageByServer(indexId: string, pageIndex: number, pageSize: number, category: string, keys: string, like: Array<string>, exact: object | null): Promise<any>;
static pageByServer(indexId: string, pageIndex: number, pageSize: number, category: string, keys: string, like: Array<string>, exact: object): Promise<any>;
}
{
"name": "@imedx/ics-imedx-chromely-plugin-index-examine",
"version": "0.0.8",
"version": "0.0.9",
"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

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