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.1 to 2.1.2

6

lib/index.js

@@ -528,4 +528,10 @@ var Promise = require('bluebird');

if (options.stream === true) _r._options.stream = true;
if (options.optionalRun === false) {
delete _r._Term.prototype.then
delete _r._Term.prototype.error
delete _r._Term.prototype.catch
delete _r._Term.prototype.finally
}
return _r;
}
module.exports = main;

2

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

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

@@ -197,2 +197,3 @@ rethinkdbdash

- `servers`: an of objects `{host: <string>, port: <number>}` representing instances of
- `optionalRun`: <boolean> - if `false`, yielding a query will not run it, default `true`
RethinkDB to connect to.

@@ -370,2 +371,4 @@

A transform stream will return the saved documents.
This makes a convenient way to dump a file your database.

@@ -372,0 +375,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