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: isaacs/rimraf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.3
Choose a base ref
...
head repository: isaacs/rimraf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.4
Choose a head ref
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 2, 2023

  1. Copy the full SHA
    20e3799 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bdfa60c View commit details
  3. 4.1.4

    isaacs committed Mar 2, 2023
    Copy the full SHA
    417cdc7 View commit details
Showing with 698 additions and 776 deletions.
  1. +675 −746 package-lock.json
  2. +3 −2 package.json
  3. +5 −5 src/fix-eperm.ts
  4. +0 −5 src/fs.ts
  5. +1 −2 src/ignore-enoent.ts
  6. +3 −3 src/readdir-or-error.ts
  7. +2 −3 src/retry-busy.ts
  8. +3 −4 src/rimraf-move-remove.ts
  9. +5 −5 src/rimraf-windows.ts
  10. +1 −1 test/index.js
Loading