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

@dashevo/dashcore-lib

Package Overview
Dependencies
Maintainers
7
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dashevo/dashcore-lib - npm Package Compare versions

Comparing version 0.19.41 to 0.19.42

8

lib/errors/spec.js

@@ -95,6 +95,2 @@ /* eslint-disable */

{
name: 'invalidP2SHAddress',
message: 'Invalid P2SHAddress',
},
{
name: 'invalidPayment',

@@ -130,6 +126,2 @@ message: 'Invalid Payment Amount',

{
name: 'invalidP2SHAddresses',
message: 'Invalid P2SH Payment Addresses',
},
{
name: 'invalidPaymentAmounts',

@@ -136,0 +128,0 @@ message: 'Invalid Payment Amounts',

@@ -154,7 +154,2 @@ /* eslint-disable */

// verify not P2SH
if (this._verifyPayToScriptHash(this.payment_address, this.network)) {
return new errors.GovObject.Proposal.invalidP2SHAddress();
}
// verify payment amount (should be non-negative number)

@@ -161,0 +156,0 @@ if (this._verifyPayment(this.payment_amount)) {

4

lib/govobject/types/trigger.js

@@ -155,6 +155,2 @@ /* eslint-disable */

}
// verify not P2SH
if (self._verifyPayToScriptHash(addr, self.network)) {
return new errors.GovObject.Trigger.invalidP2SHAddresses();
}
});

@@ -161,0 +157,0 @@

2

package.json
{
"name": "@dashevo/dashcore-lib",
"version": "0.19.41",
"version": "0.19.42",
"description": "A pure and powerful JavaScript Dash library.",

@@ -5,0 +5,0 @@ "author": "Dash Core Group, Inc. <dev@dash.org>",

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