@fuman/node
Advanced tools
+4
-4
| { | ||
| "name": "@fuman/node", | ||
| "type": "module", | ||
| "version": "0.0.16", | ||
| "version": "0.0.17", | ||
| "description": "node-specific utilities", | ||
@@ -9,5 +9,5 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@fuman/io": "^0.0.16", | ||
| "@fuman/net": "^0.0.16", | ||
| "@fuman/utils": "^0.0.16" | ||
| "@fuman/io": "^0.0.17", | ||
| "@fuman/net": "^0.0.17", | ||
| "@fuman/utils": "^0.0.17" | ||
| }, | ||
@@ -14,0 +14,0 @@ "peerDependencies": { |
@@ -61,2 +61,3 @@ "use strict"; | ||
| const readable = new node_stream.Readable({ | ||
| // eslint-disable-next-line ts/no-misused-promises | ||
| async read() { | ||
@@ -63,0 +64,0 @@ try { |
@@ -59,2 +59,3 @@ import { Readable, Writable } from "node:stream"; | ||
| const readable = new Readable({ | ||
| // eslint-disable-next-line ts/no-misused-promises | ||
| async read() { | ||
@@ -61,0 +62,0 @@ try { |
+1
-1
| import { Bytes } from "@fuman/io"; | ||
| import { ListenerClosedError, WebSocketConnectionClosedError, ConnectionClosedError } from "@fuman/net"; | ||
| import { Deque, Deferred, ConditionVariable } from "@fuman/utils"; | ||
| import { Deferred, Deque, ConditionVariable } from "@fuman/utils"; | ||
| import { WebSocketServer } from "ws"; | ||
@@ -5,0 +5,0 @@ class NodeWebSocketConnectionBase { |
61108
0.18%1736
0.12%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated