New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hyperdht

Package Overview
Dependencies
Maintainers
3
Versions
66
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.7.3 to 6.7.4

5

index.js

@@ -112,7 +112,4 @@ const DHT = require('dht-rpc')

for (const sock of socks) await sock.close()
for (const addr of waiting) {
const { host } = addr
if (this._validatedLocalAddresses.has(host)) {

@@ -126,2 +123,4 @@ if (await this._validatedLocalAddresses.get(host)) {

for (const sock of socks) await sock.close()
return list

@@ -128,0 +127,0 @@ }

2

package.json
{
"name": "hyperdht",
"version": "6.7.3",
"version": "6.7.4",
"description": "The DHT powering Hyperswarm",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc