pdfmake 0.3.0-beta.15 → 0.3.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.0-beta.17 - 2025-04-29
4
+
5
+ - Fixed DoS via repeatedly redirect URL in file embedding
6
+
7
+ ## 0.3.0-beta.16 - 2025-04-26
8
+
9
+ - Update pdfkit to 0.17.0
10
+ - Update Roboto font (version 3.011)
11
+ - Fixed URL resolving for same URL in browser
12
+ - Fixed sharing URL resolver for not available URLs
13
+
3
14
  ## 0.3.0-beta.15 - 2025-01-01
4
15
 
5
16
  - Reverted to the original `pdfkit` package, moving away from `@foliojs-fork`
@@ -8,7 +19,7 @@
8
19
 
9
20
  ## 0.3.0-beta.14 - 2024-12-23
10
21
 
11
- - Fix big size pdfmake bundle for browser
22
+ - Fixed big size pdfmake bundle for browser
12
23
 
13
24
  ## 0.3.0-beta.13 - 2024-12-15
14
25
 
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # pdfmake [![Node.js CI][githubactions_img]][githubactions_url] [![GitHub][github_img]][github_url] [![npm][npm_img]][npm_url] [![Bower][bower_img]][bower_url] [![Packagist][packagist_img]][packagist_url] [![CDNJS][cdnjs_img]][cndjs_url]
2
2
 
3
- [githubactions_img]: https://github.com/bpampuch/pdfmake/workflows/Node.js%20CI/badge.svg?branch=master
3
+ [githubactions_img]: https://github.com/bpampuch/pdfmake/actions/workflows/node.js.yml/badge.svg?branch=master
4
4
  [githubactions_url]: https://github.com/bpampuch/pdfmake/actions
5
5
 
6
- [github_img]: https://img.shields.io/github/release/bpampuch/pdfmake.svg
6
+ [github_img]: https://img.shields.io/github/release/bpampuch/pdfmake.svg?colorB=0E7FBF
7
7
  [github_url]: https://github.com/bpampuch/pdfmake/releases/latest
8
8
 
9
9
  [npm_img]: https://img.shields.io/npm/v/pdfmake.svg?colorB=0E7FBF