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: sindresorhus/file-type
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21.3.0
Choose a base ref
...
head repository: sindresorhus/file-type
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.3.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 8, 2026

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

Commits on Mar 5, 2026

  1. Fix infinite loop in ASF parser on malformed input

    A crafted ASF file with a zero-size sub-header would cause `tokenizer.ignore()` to move the position backwards, creating an infinite loop that starves the event loop.
    sindresorhus committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    319abf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Harden parser

    sindresorhus committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    5d2fedf View commit details
    Browse the repository at this point in the history
  2. 21.3.1

    sindresorhus committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    ad5857e View commit details
    Browse the repository at this point in the history
Loading