Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rpc-websockets

Package Overview
Dependencies
Maintainers
1
Versions
129
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.4.3 to 7.4.4

assets/user-filecoin.png

1

build-ts/lib/client.js

@@ -214,3 +214,2 @@ /**

}
console.log(message);
// reject early since server's response is invalid

@@ -217,0 +216,0 @@ if (message.error === undefined && message.result === undefined)

@@ -418,5 +418,4 @@ /**

});
}
} // reject early since server's response is invalid
console.log(message); // reject early since server's response is invalid

@@ -423,0 +422,0 @@ if (message.error === undefined && message.result === undefined) _this4.queue[message.id].promise[1]("server response malformed");

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

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

@@ -149,2 +149,3 @@ <div align="center">

<a href="https://solana.com" target="_blank"><img src="https://raw.githubusercontent.com/elpheria/rpc-websockets/master/assets/user-solana.png" alt="Solana Labs, Inc." height=50px></a>&emsp;
<a href="https://filecoin.io" target="_blank"><img src="https://raw.githubusercontent.com/elpheria/rpc-websockets/master/assets/user-filecoin.png" alt="Filecoin" height=50px></a>&emsp;

@@ -151,0 +152,0 @@ ## Sponsors

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