Socket
Socket
Sign inDemoInstall

rpc-websockets

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rpc-websockets - npm Package Compare versions

Comparing version 7.7.0 to 7.8.0

4

build-ts/lib/client.js

@@ -86,3 +86,3 @@ /**

method: method,
params: params || null,
params: params || undefined,
id: rpc_id

@@ -137,3 +137,3 @@ };

method: method,
params: params || null
params
};

@@ -140,0 +140,0 @@ this.socket.send(this.dataPack.encode(message), (error) => {

@@ -190,3 +190,3 @@ /**

notification: name,
params: params || null
params
}));

@@ -193,0 +193,0 @@ }

@@ -129,3 +129,3 @@ /**

method: method,
params: params || null,
params: params || undefined,
id: rpc_id

@@ -230,3 +230,3 @@ };

method: method,
params: params || null
params: params
};

@@ -233,0 +233,0 @@ _this3.socket.send(_this3.dataPack.encode(message), function (error) {

@@ -258,3 +258,3 @@ /**

notification: name,
params: params || null
params: params
}));

@@ -261,0 +261,0 @@ }

{
"name": "rpc-websockets",
"version": "7.7.0",
"version": "7.8.0",
"description": "JSON-RPC 2.0 implementation over WebSockets for Node.js",

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

Sorry, the diff of this file is too big to display

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