stockshark-data-access
Advanced tools
Comparing version 1.0.40 to 1.0.41
{ | ||
"name": "stockshark-data-access", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -179,3 +179,3 @@ const MongoClient = require('mongodb').MongoClient; | ||
_compileFilter(filter) { | ||
const operators = ["eq", "ne", "in", "nin", "gt", "gte", "lt", "lte", "ic", "elemMatch"] | ||
const operators = ["eq", "ne", "in", "nin", "gt", "gte", "lt", "lte", "ic", "elemMatch", "exists"] | ||
let result = {} | ||
@@ -182,0 +182,0 @@ for (let condition of filter) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16793