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

rethinkdbdash

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rethinkdbdash - npm Package Compare versions

Comparing version 2.1.7 to 2.1.8

8

lib/pool_master.js

@@ -451,4 +451,4 @@ var util = require('util');

var sum = 0;
for(var i=0; i<this._pools.length; i++) {
sum += this._pools[i].getLength();
for(var i=0; i<this._healthyPools.length; i++) {
sum += this._healthyPools[i].getLength();
}

@@ -459,4 +459,4 @@ return sum;

var sum = 0;
for(var i=0; i<this._pools.length; i++) {
sum += this._pools[i].getAvailableLength();
for(var i=0; i<this._healthyPools.length; i++) {
sum += this._healthyPools[i].getAvailableLength();
}

@@ -463,0 +463,0 @@ return sum;

{
"name": "rethinkdbdash",
"version": "2.1.7",
"version": "2.1.8",
"description": "A Node.js driver for RethinkDB with promises and a connection pool",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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