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
133
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 11.19.0 to 12.0.0

12

package.json
{
"name": "@exodus/models",
"version": "11.19.0",
"version": "12.0.0",
"description": "Exodus models",

@@ -15,3 +15,3 @@ "type": "module",

"dependencies": {
"@exodus/currency": "^2.1.2",
"@exodus/currency": "^5.0.1",
"@exodus/serialization": "^1.0.0",

@@ -24,4 +24,4 @@ "bip32-path": "^0.4.2",

"devDependencies": {
"@exodus/assets": "^9.0.1",
"@exodus/assets-base": "^8.1.1",
"@exodus/assets": "^11.0.0",
"@exodus/assets-base": "^9.0.0",
"bs58check": "^2.1.2",

@@ -31,3 +31,3 @@ "lodash": "^4.17.11"

"scripts": {
"test": "run -T jest",
"test": "run -T exodus-test --jest",
"lint": "NODE_ENV=test run -T eslint . --ignore-path ../../.gitignore",

@@ -43,3 +43,3 @@ "lint:fix": "yarn lint --fix"

},
"gitHead": "1f014f0984c2f36c9686f2c45fc7c4b0adb272b6"
"gitHead": "f9da81b5745498bc7840d2e93b62401b48bc64b8"
}

@@ -174,5 +174,2 @@ import assert from 'minimalistic-assert'

get sent() {
// TODO: can this be moved to the clients or to tezos-lib? If there is no "to" field, then the
// tx can be marked as "selfSend" removing the need for this hack.
if (this.coinName === 'tezos' && this.data.delegate) return true // unstaking tx has no "to" field
return !!(this.coinAmount.isNegative || this.to || this.selfSend)

@@ -179,0 +176,0 @@ }

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