Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-26 | 744 Bytes | |
v3.0.2 source code.tar.gz | 2025-08-26 | 13.4 MB | |
v3.0.2 source code.zip | 2025-08-26 | 14.2 MB | |
Totals: 3 Items | 27.6 MB | 0 |
This release fixes a security issue where parsing of corrupt PNG images could lead to long running loops and denial of service.
What's Changed
- [Snyk] Upgrade @babel/runtime from 7.26.7 to 7.26.9 by @MrRio in https://github.com/parallax/jsPDF/pull/3847
- Fix parsing corrupt PNG images in addImage method by @HackbrettXXX in https://github.com/parallax/jsPDF/pull/3880. The atob and btoa dependencies have been removed and the fast-png dependency has been added.
New Contributors
- @WardenDrew made their first contribution in https://github.com/parallax/jsPDF/pull/3872
Full Changelog: https://github.com/parallax/jsPDF/compare/v3.0.1...v3.0.2