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: nodejs/corepack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf0ddc1
Choose a base ref
...
head repository: nodejs/corepack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fae3527
Choose a head ref
  • 5 commits
  • 10 files changed
  • 4 contributors

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    ac518c4 View commit details
    Browse the repository at this point in the history
  2. fix: use lstatSync in generatePosixLink (#767)

    Using `fs.promises.realpath` in `generatePosixLink` returns the fully resolved, absolute path of the symlink target.
    
    However, the symlink variable used in the comparison is a relative path calculated by `path.relative`. This results in a comparison between an absolute path and a relative path, causing the `currentSymlink !== symlink` check to always evaluate to true.
    polyomino24 authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    a02bea0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e872043 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99a9a6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fae3527 View commit details
    Browse the repository at this point in the history
Loading