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

@peerbit/rpc

Package Overview
Dependencies
Maintainers
1
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/rpc - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

lib/esm/controller.js

@@ -51,3 +51,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

await this.node.services.pubsub.unsubscribe(this.rpcTopic);
await this.node.services.pubsub.removeEventListener("data", this._onMessage);
await this.node.services.pubsub.removeEventListener("data", this._onMessageBinded);
this._subscribed = false;

@@ -54,0 +54,0 @@ }

{
"name": "@peerbit/rpc",
"version": "1.0.9",
"version": "1.0.10",
"description": "RPC calls for peers",

@@ -44,3 +44,3 @@ "type": "module",

},
"gitHead": "207f1f7ac46f818a443fc97249d9893745a2422c"
"gitHead": "027f1d3d02e3029f2077d498f347a2f2a63b75e0"
}

@@ -101,3 +101,3 @@ import {

"data",
this._onMessage
this._onMessageBinded
);

@@ -104,0 +104,0 @@ this._subscribed = false;

Sorry, the diff of this file is not supported yet

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