@bytesocket/client
Advanced tools
+1
-1
@@ -632,2 +632,2 @@ import { MsgpackrOptions, AnyCallback, LifecycleTypes, SymmetricEvents, StringNumberKeys, EventsForRooms, LifecycleMessage, UserMessage, StringKeys } from '@bytesocket/types'; | ||
| export { type AuthConfig, ByteSocket, type ByteSocketOptions, type EventCallback, type RoomState }; | ||
| export { type AuthConfig, ByteSocket, type ByteSocketOptions, type EventCallback, RoomManager, type RoomState, SocketBase }; |
+1
-1
@@ -632,2 +632,2 @@ import { MsgpackrOptions, AnyCallback, LifecycleTypes, SymmetricEvents, StringNumberKeys, EventsForRooms, LifecycleMessage, UserMessage, StringKeys } from '@bytesocket/types'; | ||
| export { type AuthConfig, ByteSocket, type ByteSocketOptions, type EventCallback, type RoomState }; | ||
| export { type AuthConfig, ByteSocket, type ByteSocketOptions, type EventCallback, RoomManager, type RoomState, SocketBase }; |
+2
-2
@@ -1,2 +0,2 @@ | ||
| import { AuthState, LifecycleTypes } from '@bytesocket/types'; | ||
| import { LifecycleTypes, AuthState } from '@bytesocket/types'; | ||
| export * from '@bytesocket/types'; | ||
@@ -1490,4 +1490,4 @@ import { Packr, FLOAT32_OPTIONS } from 'msgpackr'; | ||
| export { ByteSocket }; | ||
| export { ByteSocket, RoomManager, SocketBase }; | ||
| //# sourceMappingURL=index.js.map | ||
| //# sourceMappingURL=index.js.map |
+2
-2
| { | ||
| "name": "@bytesocket/client", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "license": "MIT", | ||
@@ -23,3 +23,3 @@ "description": "High-performance WebSocket client for browsers", | ||
| "msgpackr": "1.11.9", | ||
| "@bytesocket/types": "0.1.1" | ||
| "@bytesocket/types": "0.1.2" | ||
| }, | ||
@@ -26,0 +26,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
431659
0.03%3610
0.06%+ Added
- Removed
Updated