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 10.0.28 to 10.0.32

4

lib/transaction/transaction.js

@@ -67,4 +67,4 @@ 'use strict';

// Minimum amount for an output for it not to be considered a dust output
// https://github.com/dogecoin/dogecoin/blob/0b46a40ed125d7bf4b5a485b91350bc8bdc48fc8/src/primitives/transaction.h#L197
Transaction.DUST_AMOUNT = 100000000;
// https://github.com/dogecoin/dogecoin/blob/a758fa798217ea7c12e08224596dc0ae9c03b2a8/doc/fee-recommendation.md
Transaction.DUST_AMOUNT = 1000000; // 0.01 DOGE

@@ -71,0 +71,0 @@ // Margin of error to allow fees in the vecinity of the expected value but doesn't allow a big difference

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

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

"license": "MIT",
"gitHead": "c47030e29c2ef353b41955d78fd0ca5c8422c590"
"gitHead": "8a0ec5323d032c9796e6607c0ac25eab1b60acb8"
}

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