enmap-mongo
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "enmap-mongo", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A MongoDB provider for Enmap", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ const { MongoClient } = require('mongodb'); | ||
this.url = options.url || `mongodb://${this.auth}${this.host}:${this.port}`; | ||
this.url = options.url || `mongodb://${this.auth}${this.host}:${this.port}/${this.dbName}`; | ||
} | ||
@@ -36,3 +36,2 @@ | ||
} | ||
console.log(rows); | ||
this.ready(); | ||
@@ -39,0 +38,0 @@ return this.defer; |
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
22568
241