Merge pull request #46 from das7pad/misc/node7plus-support

[misc] add support for node 7+
This commit is contained in:
Christopher Hoskin 2019-05-13 11:58:27 +01:00 committed by GitHub
commit fd8ac10bf7
3 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@ io.configure ->
# gzip uses a Node 0.8.x method of calling the gzip program which
# doesn't work with 0.6.x
#io.enable('browser client gzip')
io.set('transports', ['websocket', 'flashsocket', 'htmlfile', 'xhr-polling', 'jsonp-polling'])
io.set('transports', ['websocket', 'htmlfile', 'xhr-polling', 'jsonp-polling'])
io.set('log level', 1)
app.get "/", (req, res, next) ->

View file

@ -1560,9 +1560,9 @@
"dev": true
},
"socket.io": {
"version": "0.9.16",
"from": "socket.io@0.9.16",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz",
"version": "0.9.19",
"from": "socket.io@0.9.19",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-0.9.19.tgz",
"dependencies": {
"redis": {
"version": "0.7.3",

View file

@ -34,7 +34,7 @@
"request": "^2.88.0",
"session.socket.io": "^0.1.6",
"settings-sharelatex": "^1.1.0",
"socket.io": "0.9.16",
"socket.io": "^0.9.19",
"socket.io-client": "^0.9.16"
},
"devDependencies": {