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

rethinkdb

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rethinkdb - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

net.js

@@ -467,3 +467,5 @@ // Generated by CoffeeScript 1.7.0

if (this.ssl) {
this.rawSocket = tls.connect(options);
this.ssl.host = this.host;
this.ssl.port = this.port;
this.rawSocket = tls.connect(this.ssl);
} else {

@@ -470,0 +472,0 @@ this.rawSocket = net.connect(this.port, this.host);

{ "name" : "rethinkdb"
, "version" : "2.1.0"
, "version" : "2.1.1"
, "main" : "rethinkdb"

@@ -4,0 +4,0 @@ , "description" : "This package provides the JavaScript driver library for the RethinkDB database server for use either from node or your web-browser."

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