Socket
Socket
Sign inDemoInstall

ws

Package Overview
Dependencies
Maintainers
2
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.6.0 to 0.6.1

6

History.md

@@ -0,1 +1,7 @@

v0.6.1 - December 6th 2014
=====================
* Disable per-message deflate by default as it seems cause errors which are not
yet covered by our test suite.
v0.6 - December 5th 2014

@@ -2,0 +8,0 @@ =====================

2

lib/WebSocketServer.js

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

clientTracking: true,
perMessageDeflate: true
perMessageDeflate: false
}).merge(options);

@@ -38,0 +38,0 @@

@@ -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.6.0",
"version": "0.6.1",
"license": "MIT",

@@ -8,0 +8,0 @@ "keywords": [

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