Socket
Socket
Sign inDemoInstall

fastquery-builder

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastquery-builder - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

24

handleQueries.js

@@ -122,13 +122,15 @@ function transformFilter(col, value) {

module.exports = {
equal: conditionalWhereEqual,
op: conditionalWhereOp,
in: conditionalWhereIN,
between: conditionalWhereBetween,
like: conditionalWhereLike,
caseInsensitive: conditionalWhereCaseInsensitive,
inArrayExists: conditionalInArrayExists,
isNot: conditionalWhereIsNot,
hasAny: conditionalWhereHasAny,
hasAll: conditionalWhereHasAll,
arrayAll: conditionalWhereArrayAll,
conditionalWhere: {
equal: conditionalWhereEqual,
op: conditionalWhereOp,
in: conditionalWhereIN,
between: conditionalWhereBetween,
like: conditionalWhereLike,
caseInsensitive: conditionalWhereCaseInsensitive,
inArrayExists: conditionalInArrayExists,
isNot: conditionalWhereIsNot,
hasAny: conditionalWhereHasAny,
hasAll: conditionalWhereHasAll,
arrayAll: conditionalWhereArrayAll,
},
transformFilter,

@@ -135,0 +137,0 @@ where,

{
"name": "fastquery-builder",
"version": "1.0.7",
"version": "1.0.8",
"description": "Make your query fast and build it easly",

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

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