| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| DOMPurify 3.2.5 source code.tar.gz | 2025-04-03 | 447.3 kB | |
| DOMPurify 3.2.5 source code.zip | 2025-04-03 | 479.2 kB | |
| README.md | 2025-04-03 | 556 Bytes | |
| Totals: 3 Items | 927.1 kB | 0 | |
- Added a check to the mXSS detection regex to be more strict, thanks @masatokinugawa
- Added ESM type imports in source, removes patch function, thanks @donmccurdy
- Added script to verify various TypeScript configurations, thanks @reduckted
- Added more modern browsers to the Karma launchers list
- Added Node 23.x to tested runtimes, removed Node 17.x
- Fixed the generation of source maps, thanks @reduckted
- Fixed an unexpected behavior with
ALLOWED_URI_REGEXPusing the 'g' flag, thanks @hhk-png - Fixed a few typos in the README file