11 releases (4 breaking)

0.4.0 May 28, 2025
0.3.2 Feb 21, 2025
0.3.0 Dec 27, 2024
0.2.1 Oct 9, 2024

#653 in HTTP server

Download history 6319/week @ 2025-03-03 5785/week @ 2025-03-10 6930/week @ 2025-03-17 6005/week @ 2025-03-24 5705/week @ 2025-03-31 6084/week @ 2025-04-07 6558/week @ 2025-04-14 6724/week @ 2025-04-21 5729/week @ 2025-04-28 4777/week @ 2025-05-05 6185/week @ 2025-05-12 6575/week @ 2025-05-19 8014/week @ 2025-05-26 8431/week @ 2025-06-02 8273/week @ 2025-06-09 7786/week @ 2025-06-16

32,847 downloads per month
Used in 71 crates (27 directly)

MIT license

33KB
861 lines

deno_path_util

Common path utilities used across Deno's repos.

Versioning Strategy

This crate does not follow semver so if you're outside the Deno org make sure to pin it to a patch version. Instead a versioning strategy that optimizes for more efficient maintenance is used:

  • Do the dependencies of Deno compile?
    • If yes, it's a patch release.
    • If no, it's a minor release.

Dependencies

~2.5–3.5MB
~65K SLoC