New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-xmpp-tls-connect

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-xmpp-tls-connect - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "node-xmpp-tls-connect",
"version": "1.0.0",
"version": "1.0.1",
"description": "tls.connect fallback",

@@ -5,0 +5,0 @@ "main": "starttls.js",

@@ -33,2 +33,4 @@ 'use strict';

var createSecureContext = tls.createSecureContext || crypto.createCredentials
// Returns an array [options] or [options, cb]

@@ -234,4 +236,4 @@ // It is the same as the argument of Socket.prototype.connect().

// https://github.com/dodo/node-tls-connect/issues/2
credentials = options.credentials || tls.createSecureContext(options);
credentials = options.credentials || createSecureContext(options);
if (tls.convertNPNProtocols)

@@ -238,0 +240,0 @@ tls.convertNPNProtocols(options.NPNProtocols, NPN);

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