Comparing version 1.0.3 to 1.0.4
@@ -5,6 +5,6 @@ const MongoClient = require('mongodb').MongoClient; | ||
let dolog = true | ||
let dolog = false | ||
module.exports = async function({url,dbName,collectionName,logging}){ | ||
if(!logging) dolog=false | ||
if(logging===true) dolog=true | ||
try { | ||
@@ -11,0 +11,0 @@ await connect(url,dbName,collectionName) |
{ | ||
"name": "mungu", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3187