Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/assets-base

Package Overview
Dependencies
Maintainers
0
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/assets-base - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

CHANGELOG.md

@@ -0,1 +1,7 @@

0.0.6 / 2019-02-07
------------------
- Change ripple's properName to XRP
- Fix BCH's units
0.0.5 / 2019-01-27

@@ -2,0 +8,0 @@ ------------------

3

lib/bcash.js

@@ -18,4 +18,3 @@ "use strict";

satoshis: 0,
bits: 2,
BTC: 8
BCH: 8
};

@@ -22,0 +21,0 @@ exports.units = units;

@@ -12,3 +12,3 @@ "use strict";

exports.name = name;
const properName = 'Ripple';
const properName = 'XRP';
exports.properName = properName;

@@ -15,0 +15,0 @@ const ticker = 'XRP';

{
"name": "@exodus/assets-base",
"version": "0.0.5",
"version": "0.0.6",
"description": "Base level package for supporting Exodus assets.",

@@ -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