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.3.0 to 5.3.1

28

dist/types/Transaction/ITransactionController.d.ts

@@ -25,17 +25,17 @@ import { JRPCRequest } from "@toruslabs/openlogin-jrpc";

export declare const TRANSACTION_TYPES: {
CANCEL: string;
RETRY: string;
CONTRACT_INTERACTION: string;
DEPLOY_CONTRACT: string;
WASM_BASED_DEPLOY: string;
STANDARD_TRANSACTION: string;
STANDARD_PAYMENT_TRANSACTION: string;
SENT_ETHER: string;
TOKEN_METHOD_TRANSFER: string;
TOKEN_METHOD_TRANSFER_FROM: string;
TOKEN_METHOD_APPROVE: string;
COLLECTIBLE_METHOD_SAFE_TRANSFER_FROM: string;
SET_APPROVAL_FOR_ALL: string;
readonly CANCEL: "cancel";
readonly RETRY: "retry";
readonly CONTRACT_INTERACTION: "contractInteraction";
readonly DEPLOY_CONTRACT: "contractDeployment";
readonly WASM_BASED_DEPLOY: "wasmBasedDeploy";
readonly STANDARD_TRANSACTION: "transaction";
readonly STANDARD_PAYMENT_TRANSACTION: "payment_transaction";
readonly SENT_ETHER: "sentEther";
readonly TOKEN_METHOD_TRANSFER: "transfer";
readonly TOKEN_METHOD_TRANSFER_FROM: "transferFrom";
readonly TOKEN_METHOD_APPROVE: "approve";
readonly COLLECTIBLE_METHOD_SAFE_TRANSFER_FROM: "safeTransferFrom";
readonly SET_APPROVAL_FOR_ALL: "setApprovalForAll";
};
export type TRANSACTION_TYPE = (typeof TRANSACTION_TYPES)[keyof typeof TRANSACTION_TYPES];
export type TRANSACTION_TYPE = (typeof TRANSACTION_TYPES)[keyof typeof TRANSACTION_TYPES] | string;
export declare const TX_EVENTS: {

@@ -42,0 +42,0 @@ TX_WARNING: string;

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

@@ -26,4 +26,4 @@ "license": "ISC",

"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin-jrpc": "^6.2.4",
"@toruslabs/openlogin-utils": "^6.2.4",
"@toruslabs/openlogin-jrpc": "^6.2.6",
"@toruslabs/openlogin-utils": "^6.2.5",
"async-mutex": "^0.4.1",

@@ -33,3 +33,3 @@ "bignumber.js": "^9.1.2",

"lodash": "^4.17.21",
"loglevel": "^1.8.1"
"loglevel": "^1.9.1"
},

@@ -68,3 +68,3 @@ "devDependencies": {

},
"gitHead": "d55cc8b2f3322c082e6108778a5bc8d99621a29f"
"gitHead": "889087e7be65b596211da22fe1821c813b583205"
}

@@ -42,5 +42,5 @@ import { JRPCRequest } from "@toruslabs/openlogin-jrpc";

SET_APPROVAL_FOR_ALL: "setApprovalForAll",
};
} as const;
export type TRANSACTION_TYPE = (typeof TRANSACTION_TYPES)[keyof typeof TRANSACTION_TYPES];
export type TRANSACTION_TYPE = (typeof TRANSACTION_TYPES)[keyof typeof TRANSACTION_TYPES] | string;

@@ -47,0 +47,0 @@ export const TX_EVENTS = {

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 too big to display

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