New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

k-rpc

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

k-rpc - npm Package Compare versions

Comparing version 3.6.1 to 3.7.0

5

index.js

@@ -157,7 +157,6 @@ var socket = require('k-rpc-socket')

numberOfNodesPerKBucket: this.k,
numberOfNodesToPing: this.concurrency
numberOfNodesToPing: this.concurrency,
ping: onping
})
this.nodes.on('ping', onping)
function onping (older, newer) {

@@ -164,0 +163,0 @@ self.emit('ping', older, newer)

6

package.json
{
"name": "k-rpc",
"version": "3.6.1",
"version": "3.7.0",
"description": "Low-level implementation of the k-rpc protocol used the BitTorrent DHT.",

@@ -8,7 +8,7 @@ "main": "index.js",

"buffer-equals": "^1.0.3",
"k-bucket": "^0.6.0",
"k-bucket": "^2.0.0",
"k-rpc-socket": "^1.5.0"
},
"devDependencies": {
"standard": "^6.0.8",
"standard": "^7.0.1",
"tape": "^4.4.0"

@@ -15,0 +15,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