test/dummy/node_modules/sockjs/package.json in disco_app-0.18.0 vs test/dummy/node_modules/sockjs/package.json in disco_app-0.18.1
- old
+ new
@@ -1,9 +1,9 @@
{
"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.19",
+ "version": "0.3.21",
"author": "Marek Majkowski",
"bugs": {
"url": "https://github.com/sockjs/sockjs-node/issues"
},
"contributors": [
@@ -15,14 +15,15 @@
"name": "Marek Majkowski",
"email": "deadbeef@popcount.org"
}
],
"dependencies": {
- "faye-websocket": "^0.10.0",
- "uuid": "^3.0.1"
+ "faye-websocket": "^0.11.3",
+ "uuid": "^3.4.0",
+ "websocket-driver": "^0.7.4"
},
"devDependencies": {
- "coffee-script": "^1.8.0"
+ "coffeescript": "^1.12.7"
},
"homepage": "https://github.com/sockjs/sockjs-node",
"keywords": [
"websockets",
"websocket"