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 1.0.1 to 1.0.2

5

CHANGELOG.md

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

1.0.2 / 2019-05-13
------------------
- Give `Tx.data` a default value
1.0.1 / 2019-05-08

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

2

lib/tx/index.js

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

this.token = null;
this.data = {};
}

@@ -126,2 +127,3 @@

if (!obj.memo) delete obj.memo;
if (Object.keys(obj.data).length === 0) delete obj.data;
if (this.outputs) obj.outputs = this.outputs.toJSON();

@@ -128,0 +130,0 @@ return obj;

2

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