ai / nanoid

A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript
https://zelark.github.io/nano-id-cc/
MIT License
24.34k stars 789 forks source link

Maintenance of last Non-ESM release #372

Closed konradjurk closed 2 years ago

konradjurk commented 2 years ago

Hi ๐Ÿ‘‹

Due to our server (Nest.js, source) as well as testing framework (Jest, source) currently being incompatible or not sufficiently stable with ESM, we can't upgrade to your latest major version.

We are wondering if you are planning to continue to supply security updates to the last non-ESM release.

Thank you!

ai commented 2 years ago

Of course! Here is a quote from ChangeLog:

We will support 3.x branch with CommonJS for users who canโ€™t migrate to ESM.

We plan support at least for a few years.

konradjurk commented 2 years ago

Thanks @ai and sorry that I overlooked it!