File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ 0.11.0 — 2015-03-23
2+
3+ - Allow passing url to websocket connection string (#52 )
4+ - Allow passing TLS options to websocket connection (#53 )
5+ - Track method calls so it incomplete calls can be handled (#54 )
6+
170.10.0 - 2015-02-03
28
39 - Add optional SockJS support
Original file line number Diff line number Diff line change 11{
22 "name" : " ddp" ,
3- "version" : " 0.10 .0" ,
3+ "version" : " 0.11 .0" ,
44 "description" : " Node.js module to connect to servers using DDP protocol." ,
55 "author" :
" Tom Coleman <[email protected] > (http://tom.thesnail.org)" ,
66 "contributors" : [
2626 "dependencies" : {
2727 "ddp-underscore-patched" : " 0.8.1-2" ,
2828 "ddp-ejson" : " 0.8.1-3" ,
29- "faye-websocket" : " ~0.7.1 " ,
29+ "faye-websocket" : " ~0.9.4 " ,
3030 "request" : " 2.53.x"
3131 },
3232 "devDependencies" : {
33- "mocha" : " 1.9.x " ,
34- "sinon" : " 1.7.x " ,
35- "rewire" : " 1.1.x "
33+ "mocha" : " ~2.2.1 " ,
34+ "sinon" : " ~1.14.1 " ,
35+ "rewire" : " ~2.3.1 "
3636 },
3737 "scripts" : {
3838 "test" : " ./node_modules/mocha/bin/mocha test"
You can’t perform that action at this time.
0 commit comments