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: node-config/node-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.1
Choose a base ref
...
head repository: node-config/node-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.2
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 25, 2026

  1. 4.4.1

    jdmarshall committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    890084d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2026

  1. Guard against odd object prototypes triggered by changes in TOML 4.0

    Note that test in 0-util.js:
    
        assert.deepStrictEqual(result.config.messages, [...
    
    Still fails with toml 4.1 because there is no prototype on messages, which is problematic
    jdmarshall committed Jun 13, 2026
    Configuration menu
    Copy the full SHA
    aa818e6 View commit details
    Browse the repository at this point in the history
  2. Workflow config change.

    jdmarshall committed Jun 13, 2026
    Configuration menu
    Copy the full SHA
    07483cd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. Merge pull request #916 from jdmarshall/tomlFix

    4.4 branch: Guard against odd object prototypes triggered by changes in TOML 4.0
    jdmarshall authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    1537469 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2026

  1. 4.4.2

    jdmarshall committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    2430654 View commit details
    Browse the repository at this point in the history
Loading