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 1.0.4 to 1.0.5

7

mql.js
import {
is_string, is_function,
deep_flat,
flat,
go, pipe, tap,

@@ -201,3 +202,3 @@ map, filter, reduce, reject,

map(Object.keys),
deep_flat,
flat,
uniq);

@@ -219,3 +220,3 @@

.join('), (')})`,
values: deep_flat(values.map(v => v.filter(v => v != SymbolDefault)))
values: flat(values.map(v => v.filter(v => v != SymbolDefault)))
}

@@ -227,3 +228,3 @@ });

return Object.assign(tag(function() {
let sqls = deep_flat(originals
let sqls = flat(originals
.map(v =>

@@ -230,0 +231,0 @@ is_string(v) ? [{ text: columnize(v) }, { text: ', ' }] :

{
"name": "mql2",
"version": "1.0.4",
"version": "1.0.5",
"description": "query builder",

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

"esm": "^3.0.80",
"fxjs2": "0.0.17",
"fxjs2": "^0.2.5",
"mysql": "^2.16.0",

@@ -42,0 +42,0 @@ "pg": "^7.4.3",

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