Back to blog

EML Lib v2.0.1 released

EML Lib v2.0.1 is now available on npm. This is a maintenance release — no new features, but a focused set of fixes to make the library more robust and correct.

The main changes include the migration from adm-zip to yauzl/yazl for ZIP handling (no more in-memory loading of entire archives), along with several defensive code fixes across the codebase: resource leaks, null safety, argument mutation, and a few other small issues.

You can find the detailed list of changes in the release notes on GitHub.