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: wojtekmaj/react-pdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.7.2
Choose a base ref
...
head repository: wojtekmaj/react-pdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.7.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 7, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    wojtekmaj Wojciech Maj
    Copy the full SHA
    208f28d View commit details
  2. v7.7.3

    wojtekmaj committed May 7, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    wojtekmaj Wojciech Maj
    Copy the full SHA
    1a69776 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 packages/react-pdf/package.json
  2. +1 −1 packages/react-pdf/src/Document.tsx
2 changes: 1 addition & 1 deletion packages/react-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pdf",
"version": "7.7.2",
"version": "7.7.3",
"description": "Display PDFs in your React app as easily as if they were images.",
"type": "module",
"sideEffects": [
2 changes: 1 addition & 1 deletion packages/react-pdf/src/Document.tsx
Original file line number Diff line number Diff line change
@@ -518,7 +518,7 @@ const Document = forwardRef(function Document(
return;
}

const optionsWithModifiedIsEvalSupported: Options = { ...options, isEvalSupported: true };
const optionsWithModifiedIsEvalSupported: Options = { ...options, isEvalSupported: false };

const documentInitParams: Source = {
...source,