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.11.4 to 6.11.5

3

lib/server.js

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

this._reusableSocket = !!opts.reusableSocket
this._neverPunch = opts.holepunch === false // useful for fully disabling punching
this._keyPair = null

@@ -398,3 +399,3 @@ this._announcer = null

if (ourRemoteAddr) {
if (ourRemoteAddr || this._neverPunch) {
hs.prepunching = setTimeout(onabort, HANDSHAKE_INITIAL_TIMEOUT)

@@ -401,0 +402,0 @@ return hs

{
"name": "hyperdht",
"version": "6.11.4",
"version": "6.11.5",
"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