freedom-for-node
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "freedom-for-node", | ||
"description": "Embracing a distributed web", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"homepage": "http://freedomjs.org", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -93,3 +93,8 @@ /*globals require,fdom:true, console */ | ||
} | ||
this.tlsconnect(this.connection, {}, function() { | ||
this.tlsconnect({ | ||
socket: this.connection, | ||
rejectUnauthorized: true, | ||
requestCert: true, | ||
isServer: false | ||
}, function() { | ||
if (!this.connection.authorized) { | ||
@@ -96,0 +101,0 @@ this.connection.destroy(); |
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
36506
794