Socket
Socket
Sign inDemoInstall

@toruslabs/base-controllers

Package Overview
Dependencies
Maintainers
4
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toruslabs/base-controllers - npm Package Compare versions

Comparing version 5.2.14 to 5.2.15

2

dist/types/Preferences/BasePreferencesController.d.ts

@@ -76,3 +76,3 @@ import type { OPENLOGIN_NETWORK_TYPE } from "@toruslabs/openlogin-utils";

status: TransactionStatus;
updated_at: string;
updated_at?: string;
}, address: string): Promise<void>;

@@ -79,0 +79,0 @@ postPastTx<T>(tx: T, address: string): Promise<{

{
"name": "@toruslabs/base-controllers",
"version": "5.2.14",
"version": "5.2.15",
"homepage": "https://github.com/torusresearch/controllers#readme",

@@ -66,3 +66,3 @@ "license": "ISC",

},
"gitHead": "eeb6a3bcd6b2c3005451e817975b97adae8b1f60"
"gitHead": "94fa568058975305722cfc9c7d41c6353d107e61"
}

@@ -286,3 +286,3 @@ import { get, patch, post, remove } from "@toruslabs/http-helpers";

async patchPastTx(body: { id: string; status: TransactionStatus; updated_at: string }, address: string): Promise<void> {
async patchPastTx(body: { id: string; status: TransactionStatus; updated_at?: string }, address: string): Promise<void> {
try {

@@ -289,0 +289,0 @@ const response = await patch(`${this.config.api}/transaction`, body, this.headers(address), { useAPIKey: true });

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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