| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.0.0 source code.tar.gz | 2022-11-28 | 13.7 kB | |
| 5.0.0 source code.zip | 2022-11-28 | 23.4 kB | |
| README.md | 2022-11-28 | 342 Bytes | |
| Totals: 3 Items | 37.4 kB | 0 | |
Breaking changes
- The
umddirectory has been renamed todistand theeventemitter3.min.jsbundle toeventemitter3.umd.min.js(#252). - Importing the module with the TypeScript-specific
import EventEmitter = require('eventemitter3')syntax is no longer supported (#252).
Features
- Added ESM support (#252).