denoland/deno
denoland/deno
Activity
Last release
Open issues
Open PRs
License
release notes
A modern runtime for JavaScript and TypeScript.
release notes
Published 10/31/2020
PatchSafe upgraderelease notes
Published 10/31/2020
PatchSafe upgradedeno cache (#8186)Changes in std version 0.76.0:
Using Deno:
deno upgrade --version 1.5.1
With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.5.1
With PowerShell:
$v="1.5.1"; iwr https://deno.land/x/install/install.ps1 -useb | iex
deno cache (#8186)Changes in std version 0.76.0:
Using Deno:
deno upgrade --version 1.5.1
With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.5.1
With PowerShell:
$v="1.5.1"; iwr https://deno.land/x/install/install.ps1 -useb | iex