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.2.0 to 2.2.1

9

lib/index.js

@@ -482,8 +482,7 @@ var Promise = require('bluebird');

r.prototype.wait = function() {
if (Term.prototype._fastArity(arguments.length, 0) === false) {
var _len = arguments.length;var _args = new Array(_len); for(var _i = 0; _i < _len; _i++) {_args[_i] = arguments[_i];}
Term.prototype._arity(_args, 0, 'r.wait', this);
}
var _len = arguments.length;var _args = new Array(_len); for(var _i = 0; _i < _len; _i++) {_args[_i] = arguments[_i];}
Term.prototype._arityRange(_args, 0, 1, 'r.wait', this);
var term = new Term(this);
return term.wait();
return term.wait(_args[0]);
}

@@ -490,0 +489,0 @@ r.prototype.reconfigure = function(config) {

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

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

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

yield r.db(dbName).table(tableName).wait({waitFor: 'ready_for_writes', timeout: 2000}).run();
done();

@@ -98,0 +99,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