New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

queryfilters

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queryfilters - npm Package Compare versions

Comparing version 0.3.15 to 0.3.16

8

dist/queryql.js

@@ -408,8 +408,8 @@ "use strict";

var jsonQuery = {};
jsonQuery[data.what + '|gte'] = data.from;
jsonQuery[data.what + '|lte'] = data.to;
if ('undefined' == typeof operator) {
jsonQuery[data.what + "|gte"] = data.from;
jsonQuery[data.what + "|lte"] = data.to;
if ("undefined" == typeof operator) {
this.andFiltering(jsonQuery);
} else {
if (operator == 'or') {
if (operator == "or") {
this.orFiltering(jsonQuery);

@@ -416,0 +416,0 @@ }

{
"name": "queryfilters",
"version": "v0.3.15",
"version": "v0.3.16",
"scripts": {

@@ -5,0 +5,0 @@ "test": "jest",

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