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

tls-connect

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tls-connect - npm Package Compare versions

Comparing version 0.2.0 to 0.2.2

2

package.json
{
"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 @@ });

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