socket.io
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -0,1 +1,10 @@ | ||
## [4.1.3](https://github.com/socketio/socket.io/compare/4.1.2...4.1.3) (2021-07-10) | ||
### Bug Fixes | ||
* fix io.except() method ([94e27cd](https://github.com/socketio/socket.io/commit/94e27cd072c8a4eeb9636f6ffbb7a21d382f36b0)) | ||
* remove x-sourcemap header ([a4dffc6](https://github.com/socketio/socket.io/commit/a4dffc6527f412d51a786ae5bf2e9080fe1ca63c)) | ||
## [4.1.2](https://github.com/socketio/socket.io/compare/4.1.1...4.1.2) (2021-05-17) | ||
@@ -2,0 +11,0 @@ |
@@ -340,3 +340,3 @@ /// <reference types="node" /> | ||
*/ | ||
except(name: Room | Room[]): Server<ListenEvents, EmitEvents, ServerSideEvents>; | ||
except(name: Room | Room[]): BroadcastOperator<EmitEvents>; | ||
/** | ||
@@ -343,0 +343,0 @@ * Sends a `message` event to all clients. |
@@ -250,5 +250,2 @@ "use strict"; | ||
res.setHeader("ETag", expectedEtag); | ||
if (!isMap) { | ||
res.setHeader("X-SourceMap", filename.substring(1) + ".map"); | ||
} | ||
Server.sendFile(filename, req, res); | ||
@@ -412,4 +409,3 @@ } | ||
except(name) { | ||
this.sockets.except(name); | ||
return this; | ||
return this.sockets.except(name); | ||
} | ||
@@ -416,0 +412,0 @@ /** |
{ | ||
"name": "socket.io", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "node.js realtime framework server", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"@types/cookie": "^0.4.0", | ||
"@types/cors": "^2.8.8", | ||
"@types/cors": "^2.8.10", | ||
"@types/node": ">=10.0.0", | ||
@@ -55,23 +55,20 @@ "accepts": "~1.3.4", | ||
"debug": "~4.3.1", | ||
"engine.io": "~5.1.0", | ||
"socket.io-adapter": "~2.3.0", | ||
"socket.io-parser": "~4.0.3" | ||
"engine.io": "~5.1.1", | ||
"socket.io-adapter": "~2.3.1", | ||
"socket.io-parser": "~4.0.4" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^8.0.4", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.14.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"@types/mocha": "^8.2.2", | ||
"expect.js": "0.3.1", | ||
"mocha": "^3.5.3", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.2.0", | ||
"prettier": "^2.3.2", | ||
"rimraf": "^3.0.2", | ||
"socket.io-client": "4.1.2", | ||
"socket.io-client": "4.1.3", | ||
"socket.io-client-v2": "npm:socket.io-client@^2.4.0", | ||
"superagent": "^6.1.0", | ||
"supertest": "^6.0.1", | ||
"ts-node": "^9.0.0", | ||
"tsd": "^0.14.0", | ||
"typescript": "^4.1.2" | ||
"supertest": "^6.1.3", | ||
"ts-node": "^10.0.0", | ||
"tsd": "^0.17.0", | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -78,0 +75,0 @@ "contributors": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1030432
13
8789
Updated@types/cors@^2.8.10
Updatedengine.io@~5.1.1
Updatedsocket.io-adapter@~2.3.1
Updatedsocket.io-parser@~4.0.4