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

#187 in Filesystem

Download history 1911/week @ 2024-10-21 1677/week @ 2024-10-28 1770/week @ 2024-11-04 1499/week @ 2024-11-11 2594/week @ 2024-11-18 2187/week @ 2024-11-25 2463/week @ 2024-12-02 2987/week @ 2024-12-09 3371/week @ 2024-12-16 2977/week @ 2024-12-23 3220/week @ 2024-12-30 4757/week @ 2025-01-06 5717/week @ 2025-01-13 5720/week @ 2025-01-20 5699/week @ 2025-01-27 5268/week @ 2025-02-03

22,902 downloads per month
Used in 50 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