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
136
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 8.2.2 to 8.2.3

5

CHANGELOG.md

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

8.2.3 / 2020-06-04
------------------
- XTZ unstaking tx forced to "sent" type
8.2.2 / 2020-05-11

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

1

lib/tx/index.js

@@ -196,2 +196,3 @@ "use strict";

get sent() {
if (this.coinName === 'tezos' && this.data.delegate) return true;
return !!(this.coinAmount.isNegative || this.to || this.selfSend);

@@ -198,0 +199,0 @@ }

@@ -10,2 +10,4 @@ "use strict";

var _lodash = require("lodash");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -91,2 +93,6 @@

equals(otherWalletAccount) {
return this === otherWalletAccount || (0, _lodash.isEqual)(this.toJSON(), otherWalletAccount.toJSON());
}
get isHardware() {

@@ -93,0 +99,0 @@ return [TREZOR_SRC, LEDGER_SRC].includes(this.source);

2

package.json
{
"name": "@exodus/models",
"version": "8.2.2",
"version": "8.2.3",
"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