Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

hyperdht

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperdht - npm Package Compare versions

Comparing version
6.25.1
to
6.25.2
+1
-1
lib/server.js

@@ -673,3 +673,3 @@ const { EventEmitter } = require('events')

if (socket) socket.destroy()
if (hs.aborted) hs.rawStream.destroy()
if (hs.aborted && hs.rawStream) hs.rawStream.destroy()
}

@@ -676,0 +676,0 @@ }

{
"name": "hyperdht",
"version": "6.25.1",
"version": "6.25.2",
"description": "The DHT powering Hyperswarm",

@@ -5,0 +5,0 @@ "main": "index.js",