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

bitcore-lib-doge

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore-lib-doge - npm Package Compare versions

Comparing version 8.25.27 to 8.25.28

3

lib/transaction/transaction.js

@@ -975,3 +975,3 @@ 'use strict';

var changeAmount = available - fee;
if (changeAmount > Transaction.DUST_AMOUNT) {
if (changeAmount >= Transaction.DUST_AMOUNT) {
this._changeIndex = this.outputs.length;

@@ -984,2 +984,3 @@ this._addOutput(new Output({

this._changeIndex = undefined;
this._fee = fee + changeAmount;
}

@@ -986,0 +987,0 @@ };

{
"name": "bitcore-lib-doge",
"version": "8.25.27",
"version": "8.25.28",
"description": "A pure and powerful JavaScript Dogecoin library.",

@@ -55,3 +55,3 @@ "author": "BitPay <dev@bitpay.com>",

"license": "MIT",
"gitHead": "29765a2fd4824dd9706323f16964d9db32135d07"
"gitHead": "713d540373cd442327f7fed479c2b69dfd239ab7"
}
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