Comparing version 7.2.0 to 7.2.1
@@ -125,3 +125,3 @@ 'use strict'; | ||
this._run(Criteria.select(criteria, this._table).count(), 'count', { criteria: criteria }, callback); | ||
this._run(Criteria.select(criteria, this._table).count(), 'count', { criteria }, callback); | ||
} | ||
@@ -418,3 +418,3 @@ | ||
const error = Boom.internal('Database error', { error: err, table: this.name, action: action, inputs: inputs }); | ||
const error = Boom.internal('Database error', { error: err, table: this.name, action, inputs }); | ||
@@ -421,0 +421,0 @@ if (flags) { |
@@ -174,3 +174,3 @@ 'use strict'; | ||
else if (path.length === 2) { | ||
ref = obj[path[0]][path[1]]; | ||
ref = obj[path[0]] && obj[path[0]][path[1]]; | ||
} | ||
@@ -177,0 +177,0 @@ else { |
{ | ||
"name": "penseur", | ||
"description": "Lightweight RethinkDB wrapper", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)", | ||
@@ -15,3 +15,3 @@ "repository": "git://github.com/hueniverse/penseur", | ||
"dependencies": { | ||
"boom": "3.x.x", | ||
"boom": "4.x.x", | ||
"hoek": "4.x.x", | ||
@@ -25,3 +25,3 @@ "items": "2.x.x", | ||
"code": "3.x.x", | ||
"lab": "10.x.x" | ||
"lab": "11.x.x" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
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
55387
+ Addedboom@4.3.1(transitive)
- Removedboom@3.2.2(transitive)
Updatedboom@4.x.x