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

coinselect

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinselect - npm Package Compare versions

Comparing version 3.1.12 to 3.1.13

4

package.json
{
"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)

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