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: debug-js/debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.3
Choose a base ref
...
head repository: debug-js/debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 29, 2026

  1. Fix broken repository URL in package.json (#1003)

    GitHub hasn't supported the git protocol [since 2022](https://github.blog/security/application-security/improving-git-protocol-security-github/#no-more-unauthenticated-git), so this URL is broken.
    
    (This is a common error affecting many projects and I'm opening PRs in bulk to fix it.)
    ExplodingCabbage authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    6704cea View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. docs: remove broken links to deleted examples directory (#1026)

    The README references example files in ./examples/node/ (app.js,
    worker.js, stdout.js) that no longer exist in the repository. The
    examples directory was removed and is not included in the package.json
    files field. Since the example code is already shown inline in the
    README, the dead links are unnecessary.
    
    Fixes #927
    mahmoodhamdi authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    f405ade View commit details
    Browse the repository at this point in the history
Loading