PackageTrack

npm

@parcel/watcher-linux-arm-musl

2.6.0parcel-bundler/watcher

A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.

Release timeline

5 releases since 2024
20242026

One column per month.

Releases

  1. 2.6.020 Jul 2026
    Release notes

    Adds support RegExp ignores in #248. Thanks @SimenB!

    Open source →
  2. 2.5.623 Jan 2026
    Release notes

    What's Changed

    Full Changelog: v2.5.5...v2.5.6

    Open source →
  3. 2.5.411 Jan 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v2.5.1...v2.5.4

    Open source →
  4. 2.5.126 Jan 2025
    Release notes
    • Handle large changes from FS Events better in getEventsSince - #196
    • Fix use after free in kqueue backend
    • fix: catch std:regex error - #195
    Open source →
  5. 2.5.04 Nov 2024
    Release notes

    Added

    • Support 32-bit arm musl platform
    • Support npm --build-from-source flag to optionally build from source instead of using prebuilt packages. Can be used in conjunction with --no-optional to prevent installing platform-specific dependencies.

    Fixed

    • Fix use after free errors (#177)
    • Fix deadlock between Watcher and Debounce threads (#189)
    • Avoid open() calls on stat() failures on macOS to prevent security dialogs (#186)
    Open source →