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.15 to 0.4.16

4

History.md

@@ -0,1 +1,5 @@

v0.4.16 - June 1st 2012
=====================
* Build fix for Windows. [einaros]
v0.4.15 - May 20th 2012

@@ -2,0 +6,0 @@ =====================

2

install.js

@@ -13,3 +13,3 @@ var spawn = require('child_process').spawn

var gyp = spawn('node-gyp', ['rebuild']);
var gyp = exec('node-gyp rebuild', {cwd: __dirname});
gyp.stdout.on('data', function(data) {

@@ -16,0 +16,0 @@ process.stdout.write(data);

@@ -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.15",
"version": "0.4.16",
"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