New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 2.1.1

2

lib/pool_master.js

@@ -93,3 +93,3 @@ var util = require('util');

while(this._line.getLength() > 0) {
this._line.shift().reject(new Err.ReqlDriverError('None of the pools have an opened connection and we failed to open a new one'));
this._line.shift().reject(new Err.ReqlDriverError('None of the pools have an opened connection and failed to open a new one'));
this.emit('queueing', this._line.getLength())

@@ -96,0 +96,0 @@ }

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

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

@@ -197,3 +197,3 @@ var config = require(__dirname+'/config.js');

catch(e) {
if (e.message === "None of the pools have an opened connection and we failed to open a new one.") {
if (e.message === "None of the pools have an opened connection and failed to open a new one.") {
done()

@@ -214,3 +214,3 @@ }

catch(e) {
if (e.message === "None of the pools have an opened connection and we failed to open a new one.") {
if (e.message === "None of the pools have an opened connection and failed to open a new one.") {
done()

@@ -217,0 +217,0 @@ }

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