close
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.3.5
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
  • 14 commits
  • 4 files changed
  • 10 contributors

Commits on Jul 27, 2024

  1. Avoid using deprecated RegExp.$1

    bluwy authored and Qix- committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    7956a45 View commit details
    Browse the repository at this point in the history
  2. 4.3.6

    Qix- committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    c33b464 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Sep 6, 2024

  1. Upgrade ms to version 2.1.3 (#819)

    * Upgrade ms to version 2.1.3
    
    * Update package.json
    
    Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Josh Junon <Qix-@users.noreply.github.com>
    Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>
    3 people authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c63e96e View commit details
    Browse the repository at this point in the history
  2. 4.3.7

    Qix- committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bc60914 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Configuration menu
    Copy the full SHA
    d2d6bf0 View commit details
    Browse the repository at this point in the history
  2. 4.4.0

    Qix- committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    7e3814c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Replace whitespaces in namespaces string with commas globally instead…

    … of just the first space occurrence. (#997)
    
    Co-authored-by: Prabhat Dahal <pdahal@west.com>
    pdahal-cx and Prabhat Dahal authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    a0497bd View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

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

Commits on May 13, 2025

  1. remove istanbul

    Qix- committed May 13, 2025
    Configuration menu
    Copy the full SHA
    98df33e View commit details
    Browse the repository at this point in the history
  2. 4.4.1

    Qix- committed May 13, 2025
    Configuration menu
    Copy the full SHA
    33330fa View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. 4.4.3

    Qix- committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    6b2c5fb View commit details
    Browse the repository at this point in the history

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