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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
33 changes: 33 additions & 0 deletions products/deno.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Deno
category: framework
tags: javascript-runtime
permalink: /deno
versionCommand: deno --version
releasePolicyLink: https://github.com/denoland/deno/releases
tofran marked this conversation as resolved.
Show resolved Hide resolved
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

releases:
- releaseCycle: "2"
releaseDate: 2024-10-09
eol: false
latest: "2.1.4"
latestReleaseDate: 2024-12-11
tofran marked this conversation as resolved.
Show resolved Hide resolved

---

> [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 support policy can be found on the
[Stability and releases documentation page](https://docs.deno.com/runtime/fundamentals/stability_and_releases/).
tofran marked this conversation as resolved.
Show resolved Hide resolved