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: npm/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: libnpmexec-v10.1.12
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: libnpmexec-v10.2.0
Choose a head ref
  • 13 commits
  • 95 files changed
  • 3 contributors

Commits on Feb 2, 2026

  1. deps: [email protected]

    wraithgar committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    e0bc212 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f6cf7 View commit details
    Browse the repository at this point in the history
  3. deps: [email protected]

    wraithgar committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    a74a19c View commit details
    Browse the repository at this point in the history
  4. deps: [email protected]

    wraithgar committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    164c355 View commit details
    Browse the repository at this point in the history
  5. deps: [email protected]

    wraithgar committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    b65af73 View commit details
    Browse the repository at this point in the history
  6. deps: [email protected]

    wraithgar committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    4404002 View commit details
    Browse the repository at this point in the history
  7. deps: [email protected]

    wraithgar committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    924171b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a82a8f View commit details
    Browse the repository at this point in the history
  9. deps: [email protected]

    wraithgar committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    b3f8475 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. fix(webauth): improve error messages around webauth in non-TTY (#8952)

    ## Add webauth URLs to EOTP error messages
    
    When npm returns an EOTP error with `authUrl` and `doneUrl` in the
    response body (web-based OTP flow), these URLs are now included in the
    error output.
    
    **What:**
    - Display `authUrl` (for browser authentication) and `doneUrl` (for
    token retrieval) in non-TTY EOTP error messages
    - Include both URLs in `--json` output as `error.authUrl` and
    `error.doneUrl`
    - Adjusted messaging to differentiate webauth flow from traditional TOTP
    authenticator flow
    
    **Why:**
    - In non-interactive/CI environments, the webauth URLs were not
    surfaced, making it impossible to complete authentication
    - Tools wrapping `npm publish` (like
    [changesets](changesets/changesets#1773)) need
    access to these URLs to implement web OTP support
    - The `doneUrl` is required for polling to retrieve the token after
    browser authentication completes
    Andarist authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    2242f25 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Configuration menu
    Copy the full SHA
    eca02c7 View commit details
    Browse the repository at this point in the history
  2. deps: [email protected]

    wraithgar committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    332c9f3 View commit details
    Browse the repository at this point in the history
  3. chore: release 11.9.0

    github-actions[bot] authored and wraithgar committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    417daa7 View commit details
    Browse the repository at this point in the history
Loading