Socket
Socket
Sign inDemoInstall

mql2

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mql2 - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

4

mql.js

@@ -529,3 +529,3 @@ import {

WHERE
tableowner=${connection.user} ORDER BY tablename
tableowner=${connection.user || process.env.PGUSER} ORDER BY tablename
);`,

@@ -537,3 +537,3 @@ group_by((v) => v.table_name),

FROM INFORMATION_SCHEMA.view_column_usage
WHERE view_catalog=${connection.database}
WHERE view_catalog=${connection.database || process.env.PGDATABASE}
;`,

@@ -540,0 +540,0 @@ group_by((v) => v.view_name),

{
"name": "mql2",
"version": "0.0.17",
"version": "0.0.18",
"description": "query builder",

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