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: jprichardson/node-fs-extra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.3.0
Choose a base ref
...
head repository: jprichardson/node-fs-extra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.3.3
Choose a head ref
  • 9 commits
  • 13 files changed
  • 6 contributors

Commits on Aug 1, 2025

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

Commits on Aug 4, 2025

  1. Test on more modern Node versions (#1051)

    * Test on more modern Node versions
    
    * Fix tests and note that deprecated constants are not exported
    
    Since nodejs/node#49686, they are not
    enumerable properties, so Object.assign doesn't re-export them.
    Attempting to directly export them would trigger the deprecation
    warning.
    RyanZim authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    22583f7 View commit details
    Browse the repository at this point in the history
  2. fix incorrect identical result for windows node v22+ (#1050)

    Co-authored-by: jayzhai <[email protected]>
    shzhaij and jayzhai authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    b897b36 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. 11.3.1

    RyanZim committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    5e62bb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Configuration menu
    Copy the full SHA
    47f1095 View commit details
    Browse the repository at this point in the history
  2. 11.3.2

    RyanZim committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    403e8aa View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

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

Commits on Dec 18, 2025

  1. Fix symlink copy failing when source and dest symlinks point to same …

    …target (#1060)
    
    Fixes #1019
    Fixes #1027
    
    Co-authored-by: Claude <[email protected]>
    Co-authored-by: mhaynie <[email protected]>
    3 people authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    ddc46f7 View commit details
    Browse the repository at this point in the history
  2. 11.3.3

    RyanZim committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    1de81e9 View commit details
    Browse the repository at this point in the history
Loading