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 4.0.0 to 4.0.1

1

index.js

@@ -35,2 +35,3 @@ var socket = require('k-rpc-socket')

this.socket.setMaxListeners(0)
this.socket.on('query', onquery)

@@ -37,0 +38,0 @@ this.socket.on('response', onresponse)

4

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

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

"devDependencies": {
"standard": "^7.0.1",
"standard": "*",
"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