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

caddie

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caddie

Build web apps with ease–Caddie is the web's friendliest framework

latest
npmnpm
Version
0.3.1
Version published
Weekly downloads
29
866.67%
Maintainers
0
Weekly downloads
 
Created
Source

caddie

A minimalist web framework that does nothing but be fast.

First, you need to install Bun to use this framework.

Then, you can install caddie easily using Bun's package manager:

bun install caddie
import { Caddie } from "caddie";

const app = new Caddie();

app.get("/", (req) => new Response(req.method));

app.start();

Warning: This is under construction and is currently a beta. Do not use in production.

Keywords

bun

FAQs

Package last updated on 20 Jul 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