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.5.9 to 8.5.10

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 8.5.10 / 2021-04-28
- Feat: extend error object on getMutations throw
## 8.5.9 / 2021-03-19

@@ -2,0 +6,0 @@

@@ -184,3 +184,10 @@ "use strict";

} catch (e) {
console.warn('failed to calculate mutation for tx', tx.toJSON());
if (tx) {
console.warn('failed to calculate mutation for tx', tx.toJSON());
Object.assign(e, {
asset: tx.coinName,
extraInfo: JSON.stringify(tx.toJSON())
});
}
throw e;

@@ -187,0 +194,0 @@ }

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

if (coinName === 'ontology') coinName = 'ontologygas';
if (coinName === 'theta') coinName = 'tfuel';
if (coinName === 'vechainthor') coinName = 'vethor';

@@ -88,0 +89,0 @@

2

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