Socket
Socket
Sign inDemoInstall

deno

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deno

A bridge to Deno.


Version published
Weekly downloads
513
decreased by-8.39%
Maintainers
1
Weekly downloads
 
Created
Source

deno

A bridge to Deno.

total downloads of deno deno's License latest version of deno

If links in this document not available, please access the README on GitHub directly.

This package is designed to help developers experience functions of [Deno]1 in Node.js.

What is [Deno]1? According to deno.land:

A secure JavaScript/TypeScript runtime ...

ATTENTION: This package is NOT an official distribution of deno.land. It is suggested to access [Deno's homepage]1 if you are seeking an official binary. And, I should show my appreciation of Ryan's great work on [Deno]1.

Since v0.1.0, the package begins to follow [Deno]1 v1.7.5+ .

Get Started

const Deno = require('deno');

// Display build info.
console.log(Deno.build);

API

ATTENTION: Although this module deno tries to imitate behaviors of real [Deno]1, the two are different things.

Here are available features and standard modules:
view on single page

Reference

Footnotes

  1. https://deno.land/ 2 3 4 5 6

Keywords

FAQs

Package last updated on 27 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc