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: vercel/nft
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.2
Choose a base ref
...
head repository: vercel/nft
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.0
Choose a head ref
  • 2 commits
  • 19 files changed
  • 3 contributors

Commits on Mar 17, 2026

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

Commits on Mar 18, 2026

  1. feat: trace pino transport target modules (#571)

    Pino's [transport
    API](https://github.com/pinojs/pino/blob/main/docs/transports.md)
    accepts module specifiers as strings (e.g. `pino.transport({ target:
    'my-transport' })`), which aren't detected by standard require/import
    analysis. This adds static analysis support for all three pino transport
    forms: single `target`, `targets` array, and `pipeline` array.
    
    <!--
    PRs prefixed with `chore:` will skip creating a changelog entry and
    release.
    PRs prefixed with `fix:` will do a patch release.
    PRs prefixed with `feat:` will do a minor release.
    -->
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    jeffsee55 and claude authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    1402303 View commit details
    Browse the repository at this point in the history
Loading