@exodus/currency
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -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 @@ |
{ | ||
"name": "@exodus/currency", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Currency support.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
21607
532
0