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

@synatic/noql

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synatic/noql - npm Package Compare versions

Comparing version 4.1.17 to 4.1.18

13

lib/make/makeFilterCondition.js

@@ -204,3 +204,4 @@ const makeProjectionExpressionPartModule = require('./makeProjectionExpressionPart');

prefixTable,
aliases
aliases,
inSwitchStatement
);

@@ -382,2 +383,3 @@ }

* @param {string[]} [aliases] - the aliases used in the joins
* @param {boolean} [inSwitchStatement] - specifies if we are in a switch for special conditions, default false
* @returns {any} - the filter expression

@@ -393,3 +395,4 @@ */

prefixTable,
aliases
aliases,
inSwitchStatement = false
) {

@@ -408,3 +411,4 @@ const operation = operatorMap[queryPart.operator];

prefixTable,
aliases
aliases,
inSwitchStatement
);

@@ -419,3 +423,4 @@ const secondFilter = makeFilterCondition(

prefixTable,
aliases
aliases,
inSwitchStatement
);

@@ -422,0 +427,0 @@ return {

{
"name": "@synatic/noql",
"version": "4.1.17",
"version": "4.1.18",
"description": "Convert SQL statements to mongo queries or aggregates",

@@ -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