You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@exodus/currency

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/currency - npm Package Compare versions

Comparing version

to
1.0.1

5

CHANGELOG.md

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

1.0.1 / 2019-06-12
------------------
- Switch unit.toJSON's output to include `power` instead of `multiplier`. This change might have needed a minor bump but I'm including it in a patch because `1.0.0` is unused at this point.
1.0.0 / 2019-06-11

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

2

lib/unit.js

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

unitName: numberUnitCreator.unitName,
multiplier: numberUnitCreator.multiplier.toString(10),
power: numberUnitCreator.power,
unitType: numberUnitCreator.unitType

@@ -42,0 +42,0 @@ };

{
"name": "@exodus/currency",
"version": "1.0.0",
"version": "1.0.1",
"description": "Currency support.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",