queryfilters
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -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", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package