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

@synatic/sql-to-mongo

Package Overview
Dependencies
Maintainers
10
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synatic/sql-to-mongo - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

lib/make/makeJoinForPipeline.js

@@ -143,2 +143,7 @@ const makeFilterConditionModule = require('./makeFilterCondition');

);
if (join.expr.ast.from[0] && join.expr.ast.from[0].table) {
toTable = join.expr.ast.from[0].table;
} else {
throw new Error('Missing table for join sub query');
}
}

@@ -145,0 +150,0 @@ lookupPipeline.push({$match: {$expr: joinQuery}});

2

package.json
{
"name": "@synatic/sql-to-mongo",
"version": "1.0.3",
"version": "1.0.4",
"description": "Convert SQL 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