You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currency-codes package is 4 years out-of-date and looks like it is dead. The ISO 4217 standard has had many updates since that time, but the package does not reflect them.
That could result in this package throwing errors when trying to find the decimal value of legitimate currencies that currency-codes does not know about.
The text was updated successfully, but these errors were encountered:
I think maybe a change where you can bring your own mapping could be useful.
It is not a problem to use a currency-codes module that does not update regulary as there are probably few changes to the currencies and for most use case it is only a limited currencies that a user will care about
The
currency-codes
package is 4 years out-of-date and looks like it is dead. The ISO 4217 standard has had many updates since that time, but the package does not reflect them.That could result in this package throwing errors when trying to find the decimal value of legitimate currencies that
currency-codes
does not know about.The text was updated successfully, but these errors were encountered: