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
47
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.12 to 4.1.13

2

lib/make/optimize-join-and-where.js

@@ -735,3 +735,3 @@ const {snakeCase} = require('lodash');

letObj[letVar] = values;
expression[key] = letVar;
expression[key] = `$${letVar}`;
}

@@ -738,0 +738,0 @@ }

{
"name": "@synatic/noql",
"version": "4.1.12",
"version": "4.1.13",
"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