Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

bitcore-wallet-utils

Package Overview
Dependencies
81
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

4

lib/walletutils.js

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

WalletUtils.getProposalHash = function(toAddress, amount, message) {
return [toAddress, amount, (message || '')].join('|');
WalletUtils.getProposalHash = function(toAddress, amount, message, payProUrl) {
return [toAddress, amount, (message || ''), (payProUrl || '')].join('|');
};

@@ -78,0 +78,0 @@

@@ -5,3 +5,3 @@ {

"author": "BitPay Inc",
"version": "0.0.6",
"version": "0.0.7",
"main": "index.js",

@@ -8,0 +8,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc