Comparing version 1.0.18 to 1.0.19
@@ -280,3 +280,3 @@ const MongoDB = require('mongodb'); | ||
err && client.$opt.onerror && client.$opt.onerror(err, opt, builder); | ||
builder.$callback(err, response && response.result && response.result.n ? 1 : 0); | ||
builder.$callback(params, err, response && response.result && response.result.n ? 1 : 0); | ||
}); | ||
@@ -283,0 +283,0 @@ } |
{ | ||
"name": "icorm", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"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
216836