Socket
Socket
Sign inDemoInstall

sockjs

Package Overview
Dependencies
135
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.16 to 0.3.17

4

lib/trans-websocket.js

@@ -157,3 +157,5 @@ // Generated by CoffeeScript 1.9.3

WebSocketReceiver.prototype.heartbeat_timeout = function() {
return this.session.close(3000, 'No response from heartbeat');
if (this.session != null) {
return this.session.close(3000, 'No response from heartbeat');
}
};

@@ -160,0 +162,0 @@

@@ -9,3 +9,3 @@ // Generated by CoffeeScript 1.9.3

uuid = require('node-uuid');
uuid = require('uuid');

@@ -12,0 +12,0 @@ utils = require('./utils');

{
"name": "sockjs",
"description": "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
"version": "0.3.16",
"version": "0.3.17",
"author": "Marek Majkowski",

@@ -21,3 +21,3 @@ "bugs": {

"faye-websocket": "^0.10.0",
"node-uuid": "^1.4.1"
"uuid": "^2.0.2"
},

@@ -24,0 +24,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc