
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
deno.json
{
"den.ooo": "https://esm.sh/den.ooo@1.2.0"
}
npm i den.ooo
import { Registry } from 'den.ooo'
import { GitHub, GitLab, NPM } from 'den.ooo/resolvers'
const registry = new Registry({
resolvers: [
GitHub,
GitLab,
NPM
],
... // see below for more detailed customization
})
// Deno
await registry.serve()
// Cloudflare Workers
export default registry
domain string - The domain of your server, e.g. den.ooo.
versionCache - Provide simple set and get functions that the proxy can use to cache versions of modules to reduce requests to third-party APIs. Where the data is stored is up to you.
fileCache - Provide simple set and get functions that the proxy can use to cache JavaScript, TypeScript and WebAssembly files. Where and for how long the data is stored is up to you.
features
aliases Record<string, string> (default: {})typesHeader boolean (default: false)importMapResolution boolean (default: false)enforceSemVer boolean (default: true)All features of den.ooo have been repeatedly tested. Should you nevertheless encounter an unexpected problem, please make sure to open a new issue to draw our attention to the bug so that we can fix it as quickly as possible.
If you're interested in deploying your own version of den.ooo, feel free to take inspiration from the below examples, or if you don't want to waste too much time, use our starter template for Railway instead.
☁️ Cloudflare Workers
🦕 Deno
FAQs
The sleek, feature-rich module registry for Deno. 📦
The npm package den.ooo receives a total of 3 weekly downloads. As such, den.ooo popularity was classified as not popular.
We found that den.ooo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.