Comparing version 8.12.2 to 8.12.3
@@ -406,3 +406,3 @@ 'use strict'; | ||
const selection = (!isIds ? this.raw.filter(criteria) | ||
const selection = (!isIds ? Criteria.select(criteria, this) | ||
: (isBatch ? this.raw.getAll(RethinkDB.args(criteria)) | ||
@@ -409,0 +409,0 @@ : this.raw.get(criteria))); |
{ | ||
"name": "penseur", | ||
"description": "Lightweight RethinkDB wrapper", | ||
"version": "8.12.2", | ||
"version": "8.12.3", | ||
"repository": "git://github.com/hueniverse/penseur", | ||
@@ -6,0 +6,0 @@ "main": "lib/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
77015