Socket
Socket
Sign inDemoInstall

dht-rpc

Package Overview
Dependencies
Maintainers
1
Versions
108
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 6.11.1 to 6.11.2

2

lib/session.js

@@ -38,2 +38,4 @@ module.exports = class Session {

const req = this.inflight[0]
// prevent destroyed requests from contributing to congestion counts
this.dht.io.congestion.recv()
req.destroy(err)

@@ -40,0 +42,0 @@ }

2

package.json
{
"name": "dht-rpc",
"version": "6.11.1",
"version": "6.11.2",
"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