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: mqttjs/MQTT.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.15.0
Choose a base ref
...
head repository: mqttjs/MQTT.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.15.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 3, 2026

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

Commits on Mar 24, 2026

  1. chore: fix all npm audit vulnerabilities (#2043)

    ## Summary
    
    - Add npm `overrides` to resolve all transitive dependency
    vulnerabilities:
    - `levelup` → override `bl` to 1.2.3 and `semver` to 5.7.2 (fixes memory
    exposure and ReDoS via `mqtt-level-store`)
      - `pre-commit` → override `cross-spawn` to 7.0.6 (fixes ReDoS)
    - `release-it` → override `undici` to 7.24.5 (fixes multiple HTTP
    smuggling/memory/CRLF injection issues)
    - Fix TypeScript compatibility with newer `@types/node` by casting
    `tls.connect` options to `ConnectionOptions`
    - Fix pre-existing prettier formatting issues in `client.ts` and
    `is-browser.ts`
    
    Result: `npm audit` reports **0 vulnerabilities** (down from 40 on the
    original lockfile).
    
    ## Test plan
    
    - [x] `npm audit` returns 0 vulnerabilities
    - [x] `npm run build` succeeds
    - [x] `npm test` passes (894 tests, 0 failures)
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    robertsLando and claude authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    4122699 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.15.1

    robertsLando authored and robertsLando committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    a4e9a92 View commit details
    Browse the repository at this point in the history
Loading