Socket
Socket
Sign inDemoInstall

fastquery-builder

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

3

handleQueries.js

@@ -23,3 +23,3 @@ function transformFilter(col, value) {

export function join(list) {
function join(list) {
return list.reduce((acc, filter) => `${acc} AND ${filter}`, "");

@@ -137,2 +137,3 @@ }

having,
join,
};
{
"name": "fastquery-builder",
"version": "1.0.6",
"version": "1.0.7",
"description": "Make your query fast and build it easly",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc