Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DT
Members
95
Posts
2
Active Today
2
Created
5 yr. ago
  • Deno - A secure runtime for JavaScript and TypeScript. @lemmy.ml
    dragnucs @lemmy.ml
    deno.com Announcing Deno 2

    Our next major version of Deno combines the simplicity, security, and performance of Deno 1 with full Node and npm backwards compatibility, and much more.

    Announcing Deno 2
  • Deno - A secure runtime for JavaScript and TypeScript. @lemmy.ml
    qu4k @lemmy.ml

    What is Deno?

    Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.

    • Secure by default. No file, network, or environment access, unless explicitly enabled.
    • Supports TypeScript out of the box.
    • Ships only a single executable file.
    • Has built-in utilities like a dependency inspector (deno info) and a code formatter (deno fmt).
    • Has a set of reviewed (audited) standard modules that are guaranteed to work with Deno: deno.land/std