File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11var WebSocket = require ( 'faye-websocket' ) ,
2- _ = require ( 'underscore' ) ,
2+ _ = require ( 'ddp- underscore-patched ' ) ,
33 util = require ( 'util' ) ,
44 events = require ( 'events' ) ,
55 EJSON = require ( 'ddp-ejson' ) ,
Original file line number Diff line number Diff line change 11{
22 "name" : " ddp" ,
3- "version" : " 0.5.0 " ,
3+ "version" : " 0.5.1 " ,
44 "description" : " Node.js module to connect to servers using DDP protocol." ,
55 "author" :
" Tom Coleman <[email protected] > (http://tom.thesnail.org)" ,
66 "contributors" : [
2121 "url" : " https://github.com/oortcloud/node-ddp-client.git"
2222 },
2323 "dependencies" : {
24- "underscore" : " 1.5. 2" ,
25- "ddp-ejson" : " 0.8.1-2 " ,
26- "ddp-srp" : " 0.8.1-1 " ,
24+ "ddp- underscore-patched " : " 0.8.1- 2" ,
25+ "ddp-ejson" : " 0.8.1-3 " ,
26+ "ddp-srp" : " 0.8.1-2 " ,
2727 "faye-websocket" : " ~0.7.1" ,
2828 "ddp-random" : " ~0.8.1-1"
2929 },
You can’t perform that action at this time.
0 commit comments