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

@tatumio/shared-blockchain-btc-based

Package Overview
Dependencies
Maintainers
5
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tatumio/shared-blockchain-btc-based - npm Package Compare versions

Comparing version 2.2.74 to 2.2.75

12

package.json
{
"name": "@tatumio/shared-blockchain-btc-based",
"version": "2.2.74",
"version": "2.2.75",
"license": "MIT",

@@ -8,11 +8,11 @@ "main": "./src/index.js",

"dependencies": {
"@tatumio/shared-abstract-sdk": "2.2.74",
"@tatumio/api-client": "2.2.74",
"@tatumio/shared-abstract-sdk": "2.2.75",
"@tatumio/api-client": "2.2.75",
"axios": "^0.26.0",
"form-data": "^4.0.0",
"@tatumio/shared-testing-common": "2.2.74",
"@tatumio/shared-testing-common": "2.2.75",
"bignumber.js": "^9.1.2",
"@tatumio/shared-core": "2.2.74",
"@tatumio/shared-core": "2.2.75",
"lodash": "^4.17.21",
"@tatumio/shared-blockchain-abstract": "2.2.74",
"@tatumio/shared-blockchain-abstract": "2.2.75",
"bip32": "^2.0.5",

@@ -19,0 +19,0 @@ "bip39": "^3.0.2",

@@ -1,2 +0,2 @@

import { ApiServices, BlockchainFeesService, BtcTransactionFromAddress, BtcTransactionFromAddressKMS, BtcTransactionFromUTXO, BtcTransactionFromUTXOKMS, BtcUTXO, ChainUtxoEnum, Currency, DataApiService, LtcTransactionAddress, LtcTransactionAddressKMS, LtcTransactionUTXO, LtcTransactionUTXOKMS, LtcUTXO, TransactionHash } from '@tatumio/api-client';
import { ApiServices, BlockchainFeesService, BtcTransactionFromAddress, BtcTransactionFromAddressKMS, BtcTransactionFromUTXO, BtcTransactionFromUTXOKMS, BtcUTXO, ChainUtxoEnum, Currency, LtcTransactionAddress, LtcTransactionAddressKMS, LtcTransactionUTXO, LtcTransactionUTXOKMS, LtcUTXO, TransactionHash, WalletApiService } from '@tatumio/api-client';
import { PrivateKey, Script, Transaction } from 'bitcore-lib';

@@ -33,3 +33,3 @@ import { BtcBasedWalletUtils } from '../btc-based.wallet.utils';

export declare const btcBasedTransactions: (currency: Currency.BTC | Currency.LTC, utils: BtcBasedWalletUtils, apiCalls: {
getUTXOsByAddress: typeof DataApiService.getUtxosByAddress;
getUTXOsByAddress: typeof WalletApiService.getUtxosByAddress;
getUtxo: GetUtxoType;

@@ -36,0 +36,0 @@ getUtxoBatch?: GetUtxoBatchType;

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