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.12 to 7.4.13

2

build-ts/lib/client.d.ts

@@ -73,3 +73,3 @@ /**

*/
login(params: IWSRequestParams): Promise<void>;
login(params: IWSRequestParams): Promise<unknown>;
/**

@@ -76,0 +76,0 @@ * Fetches a list of client's methods registered on server.

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

throw new Error("authentication failed");
return resp;
}

@@ -105,0 +106,0 @@ /**

@@ -73,3 +73,3 @@ /**

*/
login(params: IWSRequestParams): Promise<void>;
login(params: IWSRequestParams): Promise<unknown>;
/**

@@ -76,0 +76,0 @@ * Fetches a list of client's methods registered on server.

@@ -190,2 +190,5 @@ /**

case 5:
return _context.abrupt("return", resp);
case 6:
case "end":

@@ -192,0 +195,0 @@ return _context.stop();

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

@@ -21,3 +21,2 @@ "main": "./dist/index.js",

"@babel/runtime": "^7.11.2",
"assert-args": "^1.2.1",
"circular-json": "^0.5.9",

@@ -24,0 +23,0 @@ "eventemitter3": "^4.0.7",

Sorry, the diff of this file is not supported yet

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