Comparing version 1.0.35 to 1.0.36
@@ -95,3 +95,3 @@ const MongoDB = require('mongodb'); | ||
var opt = builder.options; | ||
console.log(client); | ||
console.log(client.$database); | ||
client.db(client.$database).adminCommand( { listDatabases: 1 } ).callback(function(err, response) { | ||
@@ -98,0 +98,0 @@ client.close(); |
{ | ||
"name": "icorm", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"description": "Database Management System", | ||
@@ -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
217880