New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sbtc-bridge-lib

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sbtc-bridge-lib - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

dist/types/pox_types.d.ts

2

dist/index.d.ts

@@ -9,1 +9,3 @@ import { MAGIC_BYTES_TESTNET, MAGIC_BYTES_MAINNET, PEGIN_OPCODE, PEGOUT_OPCODE, parseDepositPayload, buildDepositPayload, buildWithdrawalPayload, parseWithdrawalPayload, amountToUint8, uint8ToAmount, getDataToSign, getStacksSimpleHashOfDataToSign, getStacksAddressFromSignature, parseSbtcWalletAddress, parseOutputs, readDepositValue, fromStorable, toStorable } from './payload_utils.js';

export type { PeginRequestI, PeginScriptI, VoutI, PegInData, CommitKeysI, Message, SigData, SbtcContractDataI, AddressValidationI, SbtcBalance, UTXO, payloadType, withdrawalPayloadType, depositPayloadType, KeySet, WrappedPSBT, AddressObject, AddressMempoolObject, AddressHiroObject };
import type { PoxInfo, StacksInfo, BlockchainInfo } from './types/pox_types.js';
export type { PoxInfo, StacksInfo, BlockchainInfo };

@@ -15,2 +15,3 @@ export type SigData = {

};
contractOwner: string;
sbtcWalletAddress: string;

@@ -17,0 +18,0 @@ sbtcWalletPublicKey: string;

2

package.json
{
"name": "sbtc-bridge-lib",
"version": "1.0.18",
"version": "1.0.19",
"description": "Library for sBTC Bridge web client and API apps ",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -103,1 +103,12 @@ import {

}
import type {
PoxInfo,
StacksInfo,
BlockchainInfo
} from './types/pox_types.js'
export type {
PoxInfo,
StacksInfo,
BlockchainInfo
}

@@ -10,2 +10,3 @@ export type SigData = {

coordinator?: { addr: { value: string }, key:string };
contractOwner: string;
sbtcWalletAddress: string;

@@ -12,0 +13,0 @@ sbtcWalletPublicKey: string;

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