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

@tokel/bitgo-komodo-cc-lib

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tokel/bitgo-komodo-cc-lib - npm Package Compare versions

Comparing version 0.1.44 to 0.1.45

7

cc/txParser.js

@@ -25,3 +25,3 @@ const Transaction = require('../src/transaction');

}),
outs: decoded.outs.map(out => {
outs: decoded.outs.filter(out => {
let address = null;

@@ -62,4 +62,7 @@ try {

const address = tx.outs.find(s => s.address === changeReceivingAddress)
change = address ? address.value : 0;
if (address) {
change = address ? address.value : 0;
}
}
return {

@@ -66,0 +69,0 @@ fees: sumIns - sumOuts,

{
"name": "@tokel/bitgo-komodo-cc-lib",
"version": "0.1.44",
"version": "0.1.45",
"description": "Client-side Bitcoin JavaScript library with Komodo cryptocondions support",

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

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