8 unstable releases (3 breaking)

0.3.1 Jan 22, 2025
0.3.0 Dec 27, 2024
0.2.2 Dec 5, 2024
0.2.1 Oct 9, 2024
0.0.1 Sep 27, 2024

#188 in Filesystem

Download history 1749/week @ 2024-10-29 1688/week @ 2024-11-05 1599/week @ 2024-11-12 2616/week @ 2024-11-19 2193/week @ 2024-11-26 2514/week @ 2024-12-03 3046/week @ 2024-12-10 3520/week @ 2024-12-17 3122/week @ 2024-12-24 3137/week @ 2024-12-31 5014/week @ 2025-01-07 5676/week @ 2025-01-14 5826/week @ 2025-01-21 5287/week @ 2025-01-28 5823/week @ 2025-02-04 6462/week @ 2025-02-11

24,305 downloads per month
Used in 57 crates (24 directly)

MIT license

31KB
808 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