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

@exodus/models

Package Overview
Dependencies
Maintainers
0
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/models - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

4.0.2 / 2019-08-16
------------------
- Handle `tx.feeAmount` for BTT being a BTT currency (should be TRX)
4.0.1 / 2019-08-16

@@ -2,0 +7,0 @@ ------------------

4

lib/tx/index.js

@@ -65,2 +65,6 @@ "use strict";

case 'TRON_TOKEN':
if (coinName === 'bittorrent' && String(json.feeAmount) === '0 BTT') {
feeAmount = '0 TRX';
}
coinName = 'tronmainnet';

@@ -67,0 +71,0 @@ break;

2

package.json
{
"name": "@exodus/models",
"version": "4.0.1",
"version": "4.0.2",
"description": "Exodus models",

@@ -5,0 +5,0 @@ "main": "lib/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