New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

debuno

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debuno

Bring Deno module resolution to Bun & Node

latest
Source
npmnpm
Version
0.1.31
Version published
Weekly downloads
43
1333.33%
Maintainers
0
Weekly downloads
 
Created
Source

debuno

Bring Deno module resolution to Bun & Node

Install

curl -fsSL https://debuno.dev/install | sh

Quick start

debuno init foo
cd foo

Deno

deno index.ts
# or
debuno deno index.ts

Bun

bun --preload debuno index.ts
# or
debuno bun index.ts

Node

node --import debuno index.ts
# or
debuno node index.ts

FAQs

Package last updated on 31 Dec 2024

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