Comparing version 2.1.4 to 2.1.5
@@ -118,4 +118,4 @@ var Promise = require('bluebird'); | ||
}); | ||
if (parse !== true) { | ||
fullOptions.cursor = true; | ||
if (parse === true) { | ||
fullOptions.cursor = false; | ||
} | ||
@@ -122,0 +122,0 @@ |
{ | ||
"name": "thinky", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "RethinkDB ORM for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/thinky.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
217565