Comparing version 1.0.30 to 1.0.31
@@ -96,3 +96,3 @@ const MongoDB = require('mongodb'); | ||
client.admin().listDatabases().callback(function(err, response) { | ||
client.db().listDatabases().callback(function(err, response) { | ||
client.close(); | ||
@@ -99,0 +99,0 @@ err && client.$opt.onerror && client.$opt.onerror(err, opt, builder); |
{ | ||
"name": "icorm", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"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
217812