socket.io-client
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -31,1 +31,2 @@ import { ManagerOptions } from "./manager"; | ||
export { lookup as io, Socket, SocketOptions }; | ||
export default lookup; |
@@ -71,1 +71,2 @@ "use strict"; | ||
Object.defineProperty(exports, "Manager", { enumerable: true, get: function () { return manager_2.Manager; } }); | ||
exports.default = lookup; |
@@ -8,3 +8,5 @@ import { Packet } from "socket.io-parser"; | ||
*/ | ||
auth: object | ((cb: (data: object) => void) => void); | ||
auth: { | ||
[key: string]: any; | ||
} | ((cb: (data: object) => void) => void); | ||
} | ||
@@ -21,6 +23,8 @@ interface SocketReservedEvents { | ||
disconnected: boolean; | ||
auth: { | ||
[key: string]: any; | ||
} | ((cb: (data: object) => void) => void); | ||
receiveBuffer: Array<ReadonlyArray<any>>; | ||
sendBuffer: Array<Packet>; | ||
private readonly nsp; | ||
private readonly auth; | ||
private ids; | ||
@@ -27,0 +31,0 @@ private acks; |
@@ -0,1 +1,10 @@ | ||
## [4.0.1](https://github.com/socketio/socket.io-client/compare/4.0.0...4.0.1) (2021-03-31) | ||
### Bug Fixes | ||
* **typings:** make `auth` property public ([#1455](https://github.com/socketio/socket.io-client/issues/1455)) ([c150223](https://github.com/socketio/socket.io-client/commit/c15022347c662dc31ee0a3d89cde23641f029783)) | ||
* **typings:** update definition to match wrapper.mjs ([#1456](https://github.com/socketio/socket.io-client/issues/1456)) ([48f573f](https://github.com/socketio/socket.io-client/commit/48f573f6f6c4d542e6a098e7f4ae472b888b5664)) | ||
# [4.0.0](https://github.com/socketio/socket.io-client/compare/3.1.2...4.0.0) (2021-03-10) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "socket.io-client", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "realtime", |
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
963151
7325