New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bsv-coinselect

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bsv-coinselect - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

package.json
{
"name": "bsv-coinselect",
"version": "4.1.0",
"version": "4.1.1",
"description": "A transaction input selection module for Bitcoin SV (BSV)",

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

@@ -58,4 +58,4 @@ // baseline estimates, used to improve performance

requiredInputs.push(input);
var utxoBytes = utils.inputBytes(input)
var utxoValue = utils.uintOrNaN(input.value)
var utxoBytes = inputBytes(input)
var utxoValue = uintOrNaN(input.value)
bytesAccum += utxoBytes

@@ -62,0 +62,0 @@ inAccum += utxoValue

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