tls-connect
Advanced tools
Comparing version 0.2.0 to 0.2.2
{ | ||
"name": "tls-connect", | ||
"version": "0.2.0", | ||
"version": "0.2.2", | ||
"description": "tls.connect fallback", | ||
@@ -5,0 +5,0 @@ "main": "starttls.js", |
@@ -229,3 +229,3 @@ 'use strict'; | ||
options.socket && options.socket._host || | ||
'localhost', | ||
'127.0.0.1', | ||
NPN = {}, | ||
@@ -364,3 +364,4 @@ credentials = options.credentials || crypto.createCredentials(options); | ||
// write after destroy. | ||
pair.encrypted.unpipe(socket); | ||
if (pair.encrypted.unpipe) | ||
pair.encrypted.unpipe(socket); | ||
socket.destroySoon(); | ||
@@ -367,0 +368,0 @@ }); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
62367
1753
6