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.9 to 0.4.0

lib/BufferUtilWindows.js

6

History.md

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

v0.4.0 - Jan 2nd 2012
=====================
* Windows compatibility [einaros]
* Windows compatible test script [einaros]
v0.3.9 - Jan 1st 2012

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

2

lib/Receiver.js

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

, BufferPool = require('./BufferPool')
, bufferUtil = new require('./BufferUtil').BufferUtil;
, bufferUtil = require('./BufferUtil').BufferUtil;

@@ -16,0 +16,0 @@ /**

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

, ErrorCodes = require('./ErrorCodes')
, bufferUtil = new require('./BufferUtil').BufferUtil;
, bufferUtil = require('./BufferUtil').BufferUtil;

@@ -15,0 +15,0 @@ /**

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

"description": "simple and very fast websocket protocol client for node.js",
"version": "0.3.9",
"version": "0.4.0",
"repository": {

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

Sorry, the diff of this file is not supported yet

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