arhs / iban.js

IBAN & BBAN validation, formatting and conversion in Javascript
https://arhs.github.io/iban.js/
MIT License
534 stars 128 forks source link

Made unmaintained status clearer #89

Open sander1095 opened 3 years ago

sander1095 commented 3 years ago

I saw that the master branch was updated to state that the repo is unmaintained.

To make this more obvious I created #88 and I wanted to offer the reader an alternative: ibantools, thanks to @QSaws.

I would also like to ask @itoche to take a look at how to [deprecate a package on NPM](https://docs.npmjs.com/deprecating-and-undeprecating-packages-or-package-versions] and ask him to do that so current users will be warned about the unmaintained state of the project upon install.

I would suggest the following:

npm deprecate iban "This project is no longer maintained. For a maintained project with ESM support, check out ibantools"