Socket
Socket
Sign inDemoInstall

build-query-as-object

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-query-as-object - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/builder.js

@@ -16,3 +16,3 @@ const Query = require('./query');

filterInputsData.forEach((entry) => {
if (entry.id === 'all') {
if (entry.value === 'all') {
return;

@@ -19,0 +19,0 @@ }

{
"name": "build-query-as-object",
"version": "0.0.2",
"version": "0.0.3",
"description": "Build query as an object. Somewhat similar to mongodb query language or objection-find, but a bit different.",

@@ -5,0 +5,0 @@ "main": "lib/builder.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