Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parallax/jsPDF
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: parallax/jsPDF
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 4 commits
  • 135 files changed
  • 4 contributors

Commits on Aug 21, 2025

  1. fix: upgrade @babel/runtime from 7.26.7 to 7.26.9 (#3847)

    Snyk has created this PR to upgrade @babel/runtime from 7.26.7 to 7.26.9.
    
    See this package in npm:
    @babel/runtime
    
    See this project in Snyk:
    https://app.snyk.io/org/mrrio/project/50515eb1-b03b-4f42-9f17-cce1a33d5d1a?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    MrRio and snyk-bot authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    d8bfc9f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Configuration menu
    Copy the full SHA
    7c51caa View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Fix parsing corrupt PNG images in the addImage method (#3880)

    - remove atob and btoa dependencies and use native implementations for node build, as well
    - replace built-in PNG parser with the fast-png 3rd party dependency
    - consistently support 16bit color spaces
    - fix compression being applied with compression="NONE" in some cases
    HackbrettXXX authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    4cf3ab6 View commit details
    Browse the repository at this point in the history
  2. 3.0.2

    HackbrettXXX authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    543b356 View commit details
    Browse the repository at this point in the history
Loading