Socket
Socket
Sign inDemoInstall

dht-rpc

Package Overview
Dependencies
Maintainers
0
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.14.1 to 6.14.2

2

index.js

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

if (limit === 0) return []
return this.nodes.toArray(limit).map(({ host, port }) => ({ host, port }))
return this.nodes.toArray({ limit, reverse: true }).map(({ host, port }) => ({ host, port }))
}

@@ -184,0 +184,0 @@

{
"name": "dht-rpc",
"version": "6.14.1",
"version": "6.14.2",
"description": "Make RPC calls over a Kademlia based DHT",

@@ -26,3 +26,3 @@ "main": "index.js",

"streamx": "^2.13.2",
"time-ordered-set": "^1.0.2",
"time-ordered-set": "^2.0.0",
"udx-native": "^1.5.3"

@@ -29,0 +29,0 @@ },

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