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

@bitgo-forks/bip174

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo-forks/bip174 - npm Package Compare versions

Comparing version 3.1.0-master.3 to 3.1.0-master.4

2

package.json
{
"name": "@bitgo-forks/bip174",
"version": "3.1.0-master.3",
"version": "3.1.0-master.4",
"description": "Fork of bip174 with BitGo specific changes",

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

@@ -30,4 +30,8 @@ 'use strict';

function canAdd(currentData, newData) {
return !!currentData && !!newData && currentData.sighashType === undefined;
return (
!!currentData &&
newData !== undefined &&
currentData.sighashType === undefined
);
}
exports.canAdd = canAdd;
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