7 unstable releases (3 breaking)

0.3.0 Dec 27, 2024
0.2.2 Dec 5, 2024
0.2.1 Oct 9, 2024
0.2.0 Sep 30, 2024
0.0.1 Sep 27, 2024

#247 in Filesystem

Download history 933/week @ 2024-09-26 1090/week @ 2024-10-03 1777/week @ 2024-10-10 1856/week @ 2024-10-17 2004/week @ 2024-10-24 1644/week @ 2024-10-31 1599/week @ 2024-11-07 1738/week @ 2024-11-14 2671/week @ 2024-11-21 2131/week @ 2024-11-28 2957/week @ 2024-12-05 3186/week @ 2024-12-12 3013/week @ 2024-12-19 3082/week @ 2024-12-26 3846/week @ 2025-01-02 5110/week @ 2025-01-09

15,770 downloads per month
Used in 35 crates (23 directly)

MIT license

24KB
626 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
~62K SLoC