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.10 to 8.25.25

2

lib/transaction/transaction.js

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

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

@@ -978,0 +978,0 @@ this._addOutput(new Output({

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

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

},
"license": "MIT"
"license": "MIT",
"gitHead": "3e58c226e5feacb3851049667b66b07eeac75b38"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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