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

@gelatonetwork/relay-sdk

Package Overview
Dependencies
Maintainers
15
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gelatonetwork/relay-sdk - npm Package Compare versions

Comparing version 5.5.0 to 5.5.1

5

dist/utils/websocketHandler.js

@@ -115,2 +115,7 @@ "use strict";

};
__classPrivateFieldGet(this, _WebsocketHandler_websocket, "f").onerror = (error) => {
__classPrivateFieldGet(this, _WebsocketHandler_errorHandlers, "f").forEach((handler) => {
handler(error);
});
};
__classPrivateFieldGet(this, _WebsocketHandler_websocket, "f").onmessage = (data) => __awaiter(this, void 0, void 0, function* () {

@@ -117,0 +122,0 @@ const message = JSON.parse(data.data.toString());

2

package.json
{
"name": "@gelatonetwork/relay-sdk",
"version": "5.5.0",
"version": "5.5.1",
"description": "SDK to integrate with Gelato Relay",

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

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