File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
p2p-video-chat-application
secure-real-time-multiplayer-game Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 "dependencies" : {
1313 "dotenv" : " ^4.0.0" ,
1414 "express" : " ^4.15.4" ,
15- "socket.io" : " ^2.0.3 "
15+ "socket.io" : " 2.4.1 "
1616 }
1717}
Original file line number Diff line number Diff line change 88 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
99 < link rel ="icon " type ="image/png " href ="https://cdn.freecodecamp.org/universal/favicons/favicon-16x16.png " />
1010 < link href ="main.css " rel ="stylesheet " type ="text/css ">
11- < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.3 /socket.io.js "> </ script >
11+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.4.0 /socket.io.js "> </ script >
1212 < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.js "> </ script >
1313</ head >
1414
Original file line number Diff line number Diff line change 1414 "getusermedia" : " ^2.0.1" ,
1515 "jquery" : " ^3.2.1" ,
1616 "simple-peer" : " ^8.2.0" ,
17- "socket.io" : " ^2.0.4 " ,
18- "socket.io-client" : " ^2.0.4 "
17+ "socket.io" : " 2.4.1 " ,
18+ "socket.io-client" : " 2.4.0 "
1919 }
2020}
Original file line number Diff line number Diff line change 2121 "jsdom" : " ^16.2.0" ,
2222 "mocha" : " ^7.1.0" ,
2323 "nodemon" : " ^2.0.2" ,
24- "socket.io" : " ^2.3.0 " ,
25- "socket.io-client" : " ^2.3 .0"
24+ "socket.io" : " 2.4.1 " ,
25+ "socket.io-client" : " 2.4 .0"
2626 },
2727 "license" : " MIT"
2828}
You can’t perform that action at this time.
0 commit comments