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

@exodus/currency

Package Overview
Dependencies
Maintainers
0
Versions
46
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 1.0.2 to 1.0.3

6

CHANGELOG.md

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

1.0.3 / 2019-06-21
------------------
- Remove `unitType` from `unit`'s `toJSON` output to prevent cyclic errors.
1.0.2 / 2019-06-19

@@ -5,2 +10,3 @@ ------------------

- Parameter type checking in conversion-by-rate
- `number-unit` explicitly check for the `Infinity` cases and throw an error

@@ -7,0 +13,0 @@ 1.0.1 / 2019-06-12

3

lib/unit.js

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

unitName: numberUnitCreator.unitName,
power: numberUnitCreator.power,
unitType: numberUnitCreator.unitType
power: numberUnitCreator.power
};

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

{
"name": "@exodus/currency",
"version": "1.0.2",
"version": "1.0.3",
"description": "Currency support.",

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