coinselect
Advanced tools
Comparing version 3.1.12 to 3.1.13
{ | ||
"name": "coinselect", | ||
"version": "3.1.12", | ||
"version": "3.1.13", | ||
"description": "A transaction input selection module for bitcoin.", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"nyc": "^15.0.0", | ||
"standard": "*", | ||
"standard": "^14.3.4", | ||
"tape": "^4.5.1" | ||
@@ -49,0 +49,0 @@ }, |
@@ -23,3 +23,4 @@ var utils = require('./utils') | ||
var splitOutputsCount = outputs.reduce(function (a, x) { | ||
return a + !x.value | ||
if (x.value !== undefined) return a | ||
return a + 1 | ||
}, 0) | ||
@@ -26,0 +27,0 @@ var splitValue = Math.floor(remaining / splitOutputsCount) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12492
194
0