Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new product] Deno #6449

Merged
merged 10 commits into from
Feb 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions products/deno.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Deno
category: framework
tags: javascript-runtime
tofran marked this conversation as resolved.
Show resolved Hide resolved
iconSlug: deno
permalink: /deno
versionCommand: deno --version
releasePolicyLink: https://docs.deno.com/runtime/fundamentals/stability_and_releases/
releaseImage: https://docs.deno.com/runtime/fundamentals/images/deno-lts-support.png
changelogTemplate: https://github.com/denoland/deno/releases/tag/v__LATEST__
releaseDateColumn: true

identifiers:
- purl: pkg:docker/denoland/deno
- purl: pkg:github/denoland/deno
- repology: deno

auto:
methods:
- git: https://github.com/denoland/deno.git

# non-LTS : eol(x) = releaseDate(x+1)
# LTS : eol(x) = releaseDate(x+1) + 5 months
releases:
- releaseCycle: "2.1"
lts: true
releaseDate: 2024-11-21
eoas: 2024-12-21
eol: 2025-04-30
latest: "2.1.10"
latestReleaseDate: 2025-02-13

- releaseCycle: "2.0"
releaseDate: 2024-10-09
eol: 2024-11-21
latest: "2.0.6"
latestReleaseDate: 2024-11-10

- releaseCycle: "1"
releaseDate: 2020-04-13
eol: 2024-10-09
latest: "1.46.3"
latestReleaseDate: 2024-09-04

---

> [Deno](https://deno.com) is a JavaScript, TypeScript, and WebAssembly runtime with
> secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.

Deno follows [SemVer](https://semver.org/). New minor releases are made monthly and are supported with bug and security fixes until the next minor release. Every six months a minor version is promoted to LTS and is supported with critical bug and security fixes for an additional 5 months.

Deno maintainers are committed to maintaining a stable standard library API (`Deno` namespace) from
version `1.0.0` onward.