Comparing version 7.9.0 to 7.10.0
@@ -91,5 +91,10 @@ 'use strict'; | ||
all(callback) { | ||
all(options, callback) { | ||
this._run(this.raw, 'all', null, callback); | ||
if (!callback) { | ||
callback = options; | ||
options = {}; | ||
} | ||
this._run(this._refine(this.raw, options), 'all', null, callback); | ||
} | ||
@@ -96,0 +101,0 @@ |
{ | ||
"name": "penseur", | ||
"description": "Lightweight RethinkDB wrapper", | ||
"version": "7.9.0", | ||
"version": "7.10.0", | ||
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/penseur", |
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
72402
1649