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.3.5-2 to 0.3.5-3

4

History.md

@@ -1,2 +0,2 @@

v0.3.5-2 - Dec 13th 2011
v0.3.5-3 - Dec 13th 2011
======================

@@ -6,3 +6,3 @@

* Apply loop-unrolling-like small block copies rather than use node.js Buffer#copy() (which is slow).
* Mask blocks of data using loop-unrolling (Duff style), instead of single bytes.
* Mask blocks of data using combination of 32bit xor and loop-unrolling, instead of single bytes.
* Keep pre-made send buffer for small transfers.

@@ -9,0 +9,0 @@ * Leak fixes and code cleanups.

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

"description": "simple and very fast websocket protocol client for node.js",
"version": "0.3.5-2",
"version": "0.3.5-3",
"repository": {

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

Sorry, the diff of this file is not supported yet

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