@exodus/models
Advanced tools
Comparing version 8.2.2 to 8.2.3
@@ -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 @@ ------------------ |
@@ -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); |
{ | ||
"name": "@exodus/models", | ||
"version": "8.2.2", | ||
"version": "8.2.3", | ||
"description": "Exodus models", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
45422
1078