Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
477
decreased by-28.59%
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 avaiable, please access README on GitHub directly.

This module is designed as a bridge from Node.js to [Deno]1.

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

A secure JavaScript/TypeScript runtime ...

ATTENTION: The semi-official Deno installer via NPM is get-deno. I was asked to transfer the ownership of this package to Deno official team (see issue "Install via npm" for details of the discussion). By now, I have not decided to accept such suggestion.

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, they two are different things.

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

Reference

Footnotes

  1. https://deno.land/ 2 3

Keywords

FAQs

Package last updated on 12 May 2019

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