Socket
Socket
Sign inDemoInstall

faye-websocket

Package Overview
Dependencies
4
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

.npmignore

2

lib/faye/websocket/client.js

@@ -69,3 +69,3 @@ var util = require('util'),

if (secure) {
var options = {socket: self._stream};
var options = {socket: self._stream, servername: uri.hostname};
for (name in originTLS) options[name] = originTLS[name];

@@ -72,0 +72,0 @@ self._stream = tls.connect(options);

@@ -8,3 +8,3 @@ { "name" : "faye-websocket"

, "version" : "0.8.0"
, "version" : "0.8.1"
, "engines" : {"node": ">=0.4.0"}

@@ -11,0 +11,0 @@ , "main" : "./lib/faye/websocket"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc