Comparing version 2.1.0 to 2.1.1
@@ -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." |
190919
5529