Socket
Socket
Sign inDemoInstall

bitcore-lib-cash

Package Overview
Dependencies
Maintainers
3
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore-lib-cash - npm Package Compare versions

Comparing version 8.24.2 to 8.25.0

2

lib/transaction/transaction.js

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

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

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

{
"name": "bitcore-lib-cash",
"version": "8.24.2",
"version": "8.25.0",
"description": "A pure and powerful JavaScript Bitcoin Cash library.",

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

"dependencies": {
"bitcore-lib": "^8.24.2",
"bitcore-lib": "^8.25.0",
"bn.js": "=4.11.8",

@@ -49,3 +49,3 @@ "bs58": "^4.0.1",

"base-x": "=3.0.4",
"bitcore-build": "^8.24.2",
"bitcore-build": "^8.25.0",
"brfs": "^2.0.1",

@@ -52,0 +52,0 @@ "chai": "^4.2.0",

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