mongodb-core
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -767,3 +767,3 @@ var inherits = require('util').inherits | ||
cursorOptions = cursorOptions || {}; | ||
var FinalCursor = cursorOptions.cursorFactory || BasicCursor; | ||
var FinalCursor = cursorOptions.cursorFactory || Cursor; | ||
return new FinalCursor(bson, ns, cmd, cursorOptions, self, options); | ||
@@ -770,0 +770,0 @@ } |
@@ -935,3 +935,3 @@ var inherits = require('util').inherits | ||
cursorOptions = cursorOptions || {}; | ||
var FinalCursor = cursorOptions.cursorFactory || BasicCursor; | ||
var FinalCursor = cursorOptions.cursorFactory || Cursor; | ||
return new FinalCursor(bson, ns, cmd, cursorOptions, self, options); | ||
@@ -938,0 +938,0 @@ } |
@@ -946,3 +946,3 @@ var inherits = require('util').inherits | ||
cursorOptions = cursorOptions || {}; | ||
var FinalCursor = cursorOptions.cursorFactory || BasicCursor; | ||
var FinalCursor = cursorOptions.cursorFactory || Cursor; | ||
return new FinalCursor(bson, ns, cmd, cursorOptions, self, options); | ||
@@ -949,0 +949,0 @@ } |
{ | ||
"name": "mongodb-core", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications", | ||
@@ -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
336392