stockshark-data-access
Advanced tools
Comparing version 1.0.47 to 1.0.48
{ | ||
"name": "stockshark-data-access", | ||
"version": "1.0.47", | ||
"version": "1.0.48", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -170,2 +170,7 @@ const MongoClient = require('mongodb').MongoClient; | ||
const coll = this.db.collection(collection); | ||
if (this._defined(filter)) { | ||
filter = this._compileFilter(filter) | ||
} | ||
return await coll.deleteMany(filter) | ||
@@ -172,0 +177,0 @@ } |
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
17757
310