9 unstable releases (3 breaking)

0.3.2 Feb 21, 2025
0.3.1 Jan 22, 2025
0.3.0 Dec 27, 2024
0.2.2 Dec 5, 2024
0.0.1 Sep 27, 2024

#189 in Filesystem

Download history 2564/week @ 2024-11-16 2071/week @ 2024-11-23 2446/week @ 2024-11-30 2986/week @ 2024-12-07 3217/week @ 2024-12-14 2953/week @ 2024-12-21 3226/week @ 2024-12-28 3853/week @ 2025-01-04 6159/week @ 2025-01-11 5602/week @ 2025-01-18 6068/week @ 2025-01-25 5500/week @ 2025-02-01 6084/week @ 2025-02-08 5814/week @ 2025-02-15 7977/week @ 2025-02-22 5656/week @ 2025-03-01

26,792 downloads per month
Used in 60 crates (24 directly)

MIT license

32KB
843 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.2–3.5MB
~61K SLoC