Comparing version 0.2.0 to 0.2.1
@@ -185,3 +185,3 @@ var mongo = require('mongodb'); | ||
function(next) { | ||
var client = new mongo.Db(url.db, new mongo.Server(url.host, url.port), {native_parser:true}); | ||
var client = new mongo.Db(url.db, new mongo.Server(url.host, url.port, {auto_reconnect:true}), {native_parser:true}); | ||
@@ -188,0 +188,0 @@ that.bson = { |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["mongo", "db", "mongodb"], | ||
"version":"0.2.0", | ||
"version":"0.2.1", | ||
"homepage" : "https://github.com/gett/mongojs", | ||
@@ -8,0 +8,0 @@ "author": "Ge.tt <hello@ge.tt>", |
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
8413