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 1.0.2 to 1.0.3

2

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

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

@@ -76,2 +76,3 @@ var stream = require('readable-stream')

this._dht.inflightQueries--
if (!this.responses && !this.destroyed) this.destroy(new Error('No nodes responded'))
if (!this.commits && this._committing && !this.destroyed) this.destroy(new Error('No close nodes responded'))

@@ -78,0 +79,0 @@ this.push(null)

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