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.1.1 to 1.1.2

4

CHANGELOG.md

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

## 1.1.2 / 2021-06-28
- `toNumberString` is not iterable now
## 1.1.1 / 2021-06-21

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

@@ -55,3 +55,7 @@ "use strict";

this._number = this._createNumber(num);
this._numberString = null;
Object.defineProperty(this, '_numberString', {
enumerable: false,
value: null,
writable: true
});
}

@@ -58,0 +62,0 @@

2

package.json
{
"name": "@exodus/currency",
"version": "1.1.1",
"version": "1.1.2",
"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