Socket
Socket
Sign inDemoInstall

@tatumio/algo

Package Overview
Dependencies
Maintainers
3
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tatumio/algo - npm Package Compare versions

Comparing version 2.0.1-alpha.237 to 2.0.1-alpha.238

14

package.json
{
"name": "@tatumio/algo",
"version": "2.0.1-alpha.237",
"version": "2.0.1-alpha.238",
"type": "commonjs",

@@ -9,10 +9,10 @@ "license": "MIT",

"dependencies": {
"@tatumio/shared-testing-common": "2.0.1-alpha.237",
"@tatumio/shared-blockchain-abstract": "2.0.1-alpha.237",
"@tatumio/api-client": "2.0.1-alpha.237",
"axios": "^0.25.0",
"@tatumio/shared-testing-common": "2.0.1-alpha.238",
"@tatumio/api-client": "2.0.1-alpha.238",
"axios": "^0.26.0",
"form-data": "^4.0.0",
"@tatumio/shared-core": "2.0.1-alpha.237",
"@tatumio/shared-abstract-sdk": "2.0.1-alpha.237",
"@tatumio/shared-core": "2.0.1-alpha.238",
"@tatumio/shared-abstract-sdk": "2.0.1-alpha.238",
"bignumber.js": "^9.0.2",
"@tatumio/shared-blockchain-abstract": "2.0.1-alpha.238",
"algosdk": "^1.13.1",

@@ -19,0 +19,0 @@ "base32.js": "^0.1.0",

@@ -92,59 +92,2 @@ import { SDKArguments } from '@tatumio/shared-abstract-sdk';

subscriptions: typeof import("@tatumio/api-client").LedgerSubscriptionService;
ledger: {
customer: {
get: typeof import("@tatumio/api-client").LedgerCustomerService.getCustomerByExternalOrInternalId;
getAll: typeof import("@tatumio/api-client").LedgerCustomerService.findAllCustomers;
update: typeof import("@tatumio/api-client").LedgerCustomerService.updateCustomer;
activate: typeof import("@tatumio/api-client").LedgerCustomerService.activateCustomer;
deactivate: typeof import("@tatumio/api-client").LedgerCustomerService.deactivateCustomer;
enable: typeof import("@tatumio/api-client").LedgerCustomerService.enableCustomer;
disable: typeof import("@tatumio/api-client").LedgerCustomerService.disableCustomer;
};
orderBook: {
getHistorical: typeof import("@tatumio/api-client").LedgerOrderBookService.getHistoricalTradesBody;
getActiveBuyTrades: typeof import("@tatumio/api-client").LedgerOrderBookService.getBuyTradesBody;
getActiveSellTrades: typeof import("@tatumio/api-client").LedgerOrderBookService.getBuyTradesBody;
newTrade: typeof import("@tatumio/api-client").LedgerOrderBookService.storeTrade;
get: typeof import("@tatumio/api-client").LedgerOrderBookService.getTradeById;
cancel: typeof import("@tatumio/api-client").LedgerOrderBookService.deleteTrade;
cancelByAccount: typeof import("@tatumio/api-client").LedgerOrderBookService.deleteAccountTrades;
};
transaction: {
send: typeof import("@tatumio/api-client").LedgerTransactionService.sendTransaction;
sendMultiple: typeof import("@tatumio/api-client").LedgerTransactionService.sendTransactionBatch;
getAll: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactions;
getAllByAccount: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactionsByAccountId;
getAllByCustomer: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactionsByCustomerId;
getAllByReference: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactionsByReference;
countByAccount: (filter: import("@tatumio/api-client").TransactionFilter) => any;
countByCustomer: (filter: import("@tatumio/api-client").TransactionFilterCustomer) => any;
};
virtualCurrency: {
create: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.createCurrency;
mint: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.mintCurrency;
revoke: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.revokeCurrency;
getByName: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.getCurrency;
update: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.updateCurrency;
};
blockAmount: {
block: typeof import("@tatumio/api-client").LedgerAccountService.blockAmount;
unblock: typeof import("@tatumio/api-client").LedgerAccountService.deleteBlockAmount;
unblockWithTransaction: typeof import("@tatumio/api-client").LedgerAccountService.unblockAmountWithTransaction;
};
account: {
get: typeof import("@tatumio/api-client").LedgerAccountService.getAccountByAccountId;
getAll: typeof import("@tatumio/api-client").LedgerAccountService.getAllAccounts;
getByCustomerId: typeof import("@tatumio/api-client").LedgerAccountService.getAccountsByCustomerId;
getBalance: typeof import("@tatumio/api-client").LedgerAccountService.getAccountBalance;
create: typeof import("@tatumio/api-client").LedgerAccountService.createAccount;
createMultiple: typeof import("@tatumio/api-client").LedgerAccountService.createAccountBatch;
update: typeof import("@tatumio/api-client").LedgerAccountService.updateAccountByAccountId;
getBlockedAmountsByAccountId: typeof import("@tatumio/api-client").LedgerAccountService.getBlockAmountById;
activate: typeof import("@tatumio/api-client").LedgerAccountService.activateAccount;
deactivate: typeof import("@tatumio/api-client").LedgerAccountService.deactivateAccount;
freeze: typeof import("@tatumio/api-client").LedgerAccountService.freezeAccount;
unfreeze: typeof import("@tatumio/api-client").LedgerAccountService.unfreezeAccount;
generate: (account: import("@tatumio/api-client").CreateAccount, generateNewWalletFn: any, generateNewWallet?: boolean, testnet?: boolean, webhookUrl?: string) => Promise<any>;
};
};
security: {

@@ -151,0 +94,0 @@ checkMaliciousAddress: typeof import("@tatumio/api-client").SecurityAddressService.checkMalicousAddress;

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