Socket
Socket
Sign inDemoInstall

bip174

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip174 - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

package.json
{
"name": "bip174",
"version": "0.0.12",
"version": "0.0.13",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/lib/psbt.js",

@@ -246,3 +246,3 @@ 'use strict';

let newTxBuf;
if (isTransactionInput(inputData)) {
if (isTransactionInput(inputData) && transactionInputAdder === undefined) {
newTxBuf = convert.globals.unsignedTx.addInput(inputData, txBuf);

@@ -279,3 +279,6 @@ } else {

let newTxBuf;
if (isTransactionOutputScript(outputData)) {
if (
isTransactionOutputScript(outputData) &&
transactionOutputAdder === undefined
) {
newTxBuf = convert.globals.unsignedTx.addOutput(outputData, txBuf);

@@ -282,0 +285,0 @@ } else {

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