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

@synatic/noql

Package Overview
Dependencies
Maintainers
3
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 2.1.3 to 2.1.4

8

lib/types.ts

@@ -194,5 +194,7 @@ import type {Document, Sort} from 'mongodb';

/** function that takes in the parameters from the queries and returns the pipeline operation */
parse: (...parameters: any) => {
[key: string]: any;
};
parse: (...parameters: any) =>
| {
[key: string]: any;
}
| string;
/** specifies if this function requires an as when it's in a query, default: true */

@@ -199,0 +201,0 @@ requiresAs?: boolean;

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

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

Sorry, the diff of this file is too big to display

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