Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

penseur

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

penseur - npm Package Compare versions

Comparing version 7.2.0 to 7.2.1

4

lib/table.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc