Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

doichain

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doichain - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

2

lib/getBalanceOfWallet.js

@@ -51,3 +51,3 @@ const bitcoin = require('bitcoinjs-lib')

transactionCount+=addressesRet.transactionCount
balance=Number(balance) + Number(addressesRet.balance).toFixed(8)
balance += parseFloat(Number(addressesRet.balance).toFixed(8))
}else{

@@ -54,0 +54,0 @@ if(checkVisibleAddresses){

{
"name": "doichain",
"version": "0.0.25",
"version": "0.0.26",
"description": "A js-Doichain library. The goal is to fully cover the Doichain protocol",

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

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