Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@hyperswarm/dht-relay

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperswarm/dht-relay - npm Package Compare versions

Comparing version
0.4.1
to
0.4.2
+4
-0
lib/node-proxy.js

@@ -83,2 +83,6 @@ const { encode } = require('compact-encoding')

.off('noiseReply', this._onNoiseReply)
for (const connection of this._connections.values()) {
connection.destroy()
}
}

@@ -85,0 +89,0 @@

+3
-3
{
"name": "@hyperswarm/dht-relay",
"version": "0.4.1",
"version": "0.4.2",
"description": "Relaying the Hyperswarm DHT over framed streams to bring decentralized networking to everyone",

@@ -41,3 +41,4 @@ "main": "./index.js",

"graceful-goodbye": "^1.2.1",
"hyperdht": "^6.5.2",
"hyperdht": "^6.6.0",
"noise-handshake": "^3.0.3",
"protomux": "^3.1.1",

@@ -51,3 +52,2 @@ "safety-catch": "^1.0.1",

"devDependencies": {
"@hyperswarm/testnet": "^3.0.0",
"brittle": "^3.2.1",

@@ -54,0 +54,0 @@ "hypercore": "^10.0.0-alpha.34",