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

@gelatonetwork/relay-sdk

Package Overview
Dependencies
Maintainers
17
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.3 to 5.5.4

10

dist/index.d.ts

@@ -144,2 +144,12 @@ import { CallWithSyncFeeRequest } from "./lib/callWithSyncFee/types";

offError: (handler: (error: Error) => void) => void;
/**
* @param {string} taskId - Task Id
*
*/
subscribeTaskStatusUpdate: (taskId: string) => Promise<void>;
/**
* @param {string} taskId - Task Id
*
*/
unsubscribeTaskStatusUpdate: (taskId: string) => Promise<void>;
}

@@ -275,2 +275,16 @@ "use strict";

};
/**
* @param {string} taskId - Task Id
*
*/
this.subscribeTaskStatusUpdate = (taskId) => __awaiter(this, void 0, void 0, function* () {
yield __classPrivateFieldGet(this, _GelatoRelay_websocketHandler, "f").subscribe(taskId);
});
/**
* @param {string} taskId - Task Id
*
*/
this.unsubscribeTaskStatusUpdate = (taskId) => __awaiter(this, void 0, void 0, function* () {
yield __classPrivateFieldGet(this, _GelatoRelay_websocketHandler, "f").unsubscribe(taskId);
});
__classPrivateFieldSet(this, _GelatoRelay_config, this._getConfiguration(config), "f");

@@ -277,0 +291,0 @@ __classPrivateFieldSet(this, _GelatoRelay_websocketHandler, new index_js_1.WebsocketHandler(__classPrivateFieldGet(this, _GelatoRelay_config, "f").websocketUrl), "f");

2

package.json
{
"name": "@gelatonetwork/relay-sdk",
"version": "5.5.3",
"version": "5.5.4",
"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