🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@fuman/node

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fuman/node - npm Package Compare versions

Comparing version
0.0.16
to
0.0.17
+4
-4
package.json
{
"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 {

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 {