Socket
Socket
Sign inDemoInstall

@bithighlander/cosmos-tx-builder

Package Overview
Dependencies
Maintainers
1
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bithighlander/cosmos-tx-builder - npm Package Compare versions

Comparing version 6.2.4 to 6.2.5

21

index.js

@@ -16,3 +16,2 @@ /*

let bitcoin = require("bitcoinjs-lib");
const log = require('@bithighlander/loggerdog-client')()

@@ -60,3 +59,3 @@ const TAG = " | tx-builder | "

log.debug(tag,"amountU",amountU)
//log.debug(tag,"amountU",amountU)
amountU = amountU.toString()

@@ -88,3 +87,3 @@

}catch(e){
log.error(e)
console.error(e)
throw Error(e)

@@ -149,3 +148,3 @@ }

}catch(e){
log.error(e)
console.error(e)
throw Error(e)

@@ -178,3 +177,3 @@ }

}catch(e){
log.error(e)
console.error(e)
throw Error(e)

@@ -208,3 +207,3 @@ }

}catch(e){
log.error(e)
console.error(e)
throw Error(e)

@@ -218,4 +217,4 @@ }

try{
log.debug(tag,"signMessage: ",typeof(signMessage))
log.debug(tag,"signMessage: ",signMessage)
//log.debug(tag,"signMessage: ",typeof(signMessage))
//log.debug(tag,"signMessage: ",signMessage)

@@ -225,3 +224,3 @@ const signHash = Buffer.from(sha256(signMessage).toString(), `hex`)

log.debug(tag,"signature: ",signature)
//log.debug(tag,"signature: ",signature)

@@ -231,3 +230,3 @@ return signature

}catch(e){
log.error(e)
console.error(e)
throw Error(e)

@@ -253,3 +252,3 @@ }

}catch(e){
log.error(e)
console.error(e)
throw Error(e)

@@ -256,0 +255,0 @@ }

{
"name": "@bithighlander/cosmos-tx-builder",
"version": "6.2.4",
"version": "6.2.5",
"scripts": {

@@ -8,3 +8,2 @@ "test": "jest"

"dependencies": {
"@foxcookieco/pioneer-loggerdog-client": "latest",
"bech32": "^1.1.4",

@@ -11,0 +10,0 @@ "bip32": "^2.0.5",

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