hydrate-mongodb
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -56,3 +56,3 @@ "use strict"; | ||
if (err || self._commands.length == 0) { | ||
callback(); | ||
callback(err); | ||
return; | ||
@@ -59,0 +59,0 @@ } |
{ | ||
"name": "hydrate-mongodb", | ||
"description": "An Object Document Mapper (ODM) for MongoDB.", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Artifact Health, LLC", |
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
387005