6 releases

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

#173 in HTTP server

Download history 717/week @ 2024-09-25 819/week @ 2024-10-02 1933/week @ 2024-10-09 1831/week @ 2024-10-16 1982/week @ 2024-10-23 1627/week @ 2024-10-30 1766/week @ 2024-11-06 1603/week @ 2024-11-13 2620/week @ 2024-11-20 2180/week @ 2024-11-27 2230/week @ 2024-12-04

8,921 downloads per month
Used in 30 crates (19 directly)

MIT license

18KB
460 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–3MB
~57K SLoC