Deno

__Deno__ is a Runtime system for JavaScript and TypeScript that is based on the Chrome_V8 JavaScript engine and the Rust_(programming_language) programming language. It was created by Ryan Dahl, original creator of Node.js, and is focused on security and productivity.

Deno (software). TypeScript and JavaScript Runtime - wikimedia

It was announced by Dahl in 2018 during his talk "10 Things I Regret About Node.js". Deno explicitly takes on the role of both runtime and package manager within a single executable, rather than requiring a separate package-management program - wikipedia

# Question

How do you manage version management of all your components? So we in the federation have opted to move over to deno in order to address this problem.

The NodeJS Event-Stream package was responsible for a malicious hack due to package maintenance issues. Dominic Tarr describes to problem well:

- https://dominictarr.com/ - trendmicro.com

# Sections

# See also