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.14 to 1.0.15

14

dist/types/sbtc_types.d.ts

@@ -106,11 +106,11 @@ export type SigData = {

stxAddress: string;
cardinal: string;
ordinal: string;
sBTCBalance: number;
stxBalance: number;
stacksTokenInfo: AddressHiroObject;
cardinal: string;
cardinalInfo: AddressMempoolObject;
ordinal: string;
ordinalInfo: AddressMempoolObject;
btcPubkeySegwit0: string;
btcPubkeySegwit1: string;
stacksTokenInfo?: AddressHiroObject;
cardinalInfo?: AddressMempoolObject;
ordinalInfo?: AddressMempoolObject;
btcPubkeySegwit0?: string;
btcPubkeySegwit1?: string;
};

@@ -117,0 +117,0 @@ export type AddressMempoolObject = {

{
"name": "sbtc-bridge-lib",
"version": "1.0.14",
"version": "1.0.15",
"description": "Library for sBTC Bridge web client and API apps ",

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

@@ -103,11 +103,11 @@ export type SigData = {

stxAddress: string;
cardinal: string;
ordinal: string;
sBTCBalance: number;
stxBalance: number;
stacksTokenInfo: AddressHiroObject;
cardinal: string;
cardinalInfo: AddressMempoolObject;
ordinal: string;
ordinalInfo: AddressMempoolObject;
btcPubkeySegwit0: string;
btcPubkeySegwit1: string;
stacksTokenInfo?: AddressHiroObject;
cardinalInfo?: AddressMempoolObject;
ordinalInfo?: AddressMempoolObject;
btcPubkeySegwit0?: string;
btcPubkeySegwit1?: string;
};

@@ -114,0 +114,0 @@

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