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

#243 in Filesystem

Download history 1027/week @ 2024-09-27 1371/week @ 2024-10-04 1824/week @ 2024-10-11 1756/week @ 2024-10-18 1857/week @ 2024-10-25 1788/week @ 2024-11-01 1559/week @ 2024-11-08 2271/week @ 2024-11-15 2218/week @ 2024-11-22 2252/week @ 2024-11-29 3089/week @ 2024-12-06 3109/week @ 2024-12-13 2882/week @ 2024-12-20 3413/week @ 2024-12-27 3060/week @ 2025-01-03

13,076 downloads per month
Used in 33 crates (21 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