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

@aicore/coco-db-client

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aicore/coco-db-client - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

package.json
{
"name": "@aicore/coco-db-client",
"version": "1.0.9",
"version": "1.0.10",
"description": "JS client for cocoDb",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -170,9 +170,6 @@ // @INCLUDE_IN_API_DOCS

*/
export function getFromNonIndex(tableName, queryObject) {
export function getFromNonIndex(tableName, queryObject = {}) {
if (isStringEmpty(tableName)) {
throw new Error('Please provide valid table Name');
}
if (isObjectEmpty(queryObject)) {
throw new Error('Please provide valid queryObject');
}
return httpPut('/getFromNonIndex', {

@@ -221,2 +218,3 @@ tableName: tableName,

}
/**

@@ -223,0 +221,0 @@ * MathAddResponse

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