Socket
Socket
Sign inDemoInstall

ws

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ws - npm Package Compare versions

Comparing version 0.4.22 to 0.4.23

5

History.md

@@ -0,1 +1,6 @@

v0.4.23 - November 19th, 2012
=====================
* Service release - last before major upgrade.
* Changes default host from 127.0.0.1 to 0.0.0.0. [einaros]
v0.4.22 - October 3rd, 2012

@@ -2,0 +7,0 @@ =====================

2

lib/WebSocketServer.js

@@ -23,3 +23,3 @@ /*!

options = new Options({
host: '127.0.0.1',
host: '0.0.0.0',
port: null,

@@ -26,0 +26,0 @@ server: null,

@@ -5,3 +5,3 @@ {

"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
"version": "0.4.22",
"version": "0.4.23",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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