←back to thread

798 points bertman | 1 comments | | HN request time: 0s | source
Show context
blissofbeing ◴[] No.45901539[source]
Why deno over bun?
replies(1): >>45903283 #
1. einsteinx2 ◴[] No.45903283[source]
Per their wiki [0], these are their notes on Bun:

- No permission restrictions available. Scripts have full file system and network access.

- Supports downloading EJS script dependencies from npm (--remote-components ejs:npm).

- No support for SOCKS proxies when downloading EJS script dependencies from npm.

[0]: https://github.com/yt-dlp/yt-dlp/wiki/EJS#notes-2