Comparing version 2.6.0 to 2.6.1
@@ -26,3 +26,3 @@ var crypto = require('crypto'); | ||
stream: c.stream, | ||
ssl: c.ssl | ||
ssl: this.connectionParameters.ssl | ||
}); | ||
@@ -34,3 +34,3 @@ this.queryQueue = []; | ||
this.secretKey = null; | ||
this.ssl = c.ssl || false; | ||
this.ssl = this.connectionParameters.ssl || false; | ||
}; | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "pg.js", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "node-postgres without the bindings", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "make install" | ||
"prepublish": "make" | ||
}, | ||
@@ -11,0 +11,0 @@ "author": "Brian M. Carlson", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41
4
74312
24
2442