@hyperswarm/dht-relay
Advanced tools
@@ -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", |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
79632
0.1%5
-16.67%2524
0.12%14
7.69%+ Added
+ Added
Updated