Comparing version 0.1.6 to 0.1.8
11
index.js
@@ -200,2 +200,11 @@ var mongo = require('mongodb'); | ||
that.bson = { | ||
Long: client.bson_serializer.Long, | ||
ObjectID: client.bson_serializer.ObjectID, | ||
Timestamp: client.bson_serializer.Timestamp, | ||
DBRef: client.bson_serializer.DBRef, | ||
Binary: client.bson_serializer.Binary, | ||
Code: client.bson_serializer.Code | ||
}; | ||
client.open(next); | ||
@@ -263,2 +272,2 @@ }, | ||
return that; | ||
}; | ||
}; |
{ | ||
"name":"mongojs", | ||
"description":"a simple mongo module that emulates the mongo api", | ||
"version":"0.1.6", | ||
"description":"a simple mongo module that implements the mongo api", | ||
"keywords": ["mongo", "db", "mongodb"], | ||
"version":"0.1.8", | ||
"homepage" : "https://github.com/gett/mongojs", | ||
"author": "Ge.tt <hello@ge.tt>", | ||
@@ -6,0 +8,0 @@ "contributors": [ |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8498
238
1