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.8.0 to 6.8.1

2

lib/server.js

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

if (p.remoteFirewall >= FIREWALL.RANDOM || p.nat.firewall >= FIREWALL.RANDOM) {
if (h.dht._randomPunches >= h.dht._randomPunchLimit) {
if (this.dht._randomPunches >= this.dht._randomPunchLimit) {
if (!h.relayToken) return this._abort(h, ERROR.TRY_LATER)

@@ -456,0 +456,0 @@ return {

{
"name": "hyperdht",
"version": "6.8.0",
"version": "6.8.1",
"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