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

@synatic/noql

Package Overview
Dependencies
Maintainers
11
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 2.0.1 to 2.0.2

8

package.json
{
"name": "@synatic/noql",
"version": "2.0.1",
"version": "2.0.2",
"description": "Convert SQL statements to mongo queries or aggregates",

@@ -23,3 +23,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/synatic/sql-to-mongo.git"
"url": "git+https://github.com/synatic/noql.git"
},

@@ -57,5 +57,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/synatic/sql-to-mongo/issues"
"url": "https://github.com/synatic/noql/issues"
},
"homepage": "https://github.com/synatic/sql-to-mongo#readme",
"homepage": "https://noql.synatic.dev",
"engines": {

@@ -62,0 +62,0 @@ "node": ">=12",

# NoQL - Not Only SQL
![build status](https://github.com/synatic/sql-to-mongo/actions/workflows/ci-build.yml/badge.svg)
![build status](https://github.com/synatic/noql/actions/workflows/ci-build.yml/badge.svg)

@@ -5,0 +5,0 @@ NoQL Converts SQL statements to Mongo find statements or aggregation pipelines. NoQL supports mySQL and Postgres Syntax, and generates Mongo 3.6 or greater compatible queries.

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