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.78 to 1.0.79

1

dist/types/sbtc_types.d.ts

@@ -79,2 +79,3 @@ export type SbtcMiniContractsI = {

updated: number;
tries: number;
mode: string;

@@ -81,0 +82,0 @@ requestType: string;

2

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

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

@@ -70,3 +70,4 @@ export type SbtcMiniContractsI = {

updated: number;
mode: string,
tries?: number;
mode: string;
requestType:string;

@@ -73,0 +74,0 @@ btcTxid?: string;

@@ -5,5 +5,14 @@ import type { BridgeTransactionType } from '../src/index';

_id: ("6463863acdc2ba2dc1c6786d"),
fromBtcAddress: 'tb1psz58gxdxfdyqzur04r2vmgyau7mz5xmg52ns7hg8df7dpu0mlc3sz0wtkj',
network: 'testnet',
created: new Date().getTime(),
updated: new Date().getTime(),
uiPayload: {
amountSats: 1000,
principal: 'ST29N24XJPW2WRVF6S2JWBC3TJBGBA5EXPSC03Y0G',
bitcoinAddress: 'tb1qxj5tpfsz836fyh5c3gfu2t9spjpzf924etnrsp',
reclaimPublicKey: 'tb1qxj5tpfsz836fyh5c3gfu2t9spjpzf924etnrsp',
userPaymentPubKey: 'tb1qxj5tpfsz836fyh5c3gfu2t9spjpzf924etnrsp',
sbtcWalletPublicKey: 'tb1p4m8lyp5m3tjfwq2288429rk7sxnp5xjqslxkvatkujtsr8kkxlgqu9r4cd',
},
status: 2,
amount: 1000,
tries: 1,

@@ -10,0 +19,0 @@ mode: 'op_drop',

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