Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dht-rpc

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dht-rpc - npm Package Compare versions

Comparing version 4.1.6 to 4.1.7

1

index.js

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

destroy () {
if (this.destroyed) return
this.destroyed = true

@@ -176,0 +177,0 @@ this._io.destroy()

@@ -204,2 +204,3 @@ const { Message, Holepunch, TYPE } = require('./messages')

send (buffer, peer) {
if (this._ctx.destroyed) return
this.socket.send(buffer, 0, buffer.length, peer.port, peer.host)

@@ -206,0 +207,0 @@ }

2

package.json
{
"name": "dht-rpc",
"version": "4.1.6",
"version": "4.1.7",
"description": "Make RPC calls over a Kademlia based DHT",

@@ -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