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.0 to 1.0.1

3

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

@@ -33,2 +33,3 @@ "main": "index.ts",

"@stacks/encryption": "^6.5.4",
"@stacks/stacks-blockchain-api-types": "^7.1.10",
"c32check": "^2.0.0",

@@ -35,0 +36,0 @@ "micro-packed": "^0.3.2",

@@ -115,3 +115,3 @@ import * as secp from '@noble/secp256k1';

//console.log('parseWithdrawalPayloadNoMagic amountSats: ', amountSats)
const signature = hex.decode(hex.encode(d1.subarray(10, 75)));
const signature = (hex.encode(d1.subarray(10, 75)));
//console.log('parseWithdrawalPayloadNoMagic signature: ', signature)

@@ -125,3 +125,3 @@ const msgHash = getStacksSimpleHashOfDataToSign(network, amountSats, sbtcWallet);

stacksAddress,
signature: hex.encode(signature),
signature: (signature),
amountSats,

@@ -128,0 +128,0 @@ compression

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