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.1
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 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 <jayzhai@global.tencent.com>
    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
Loading