Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@alepha/bucket-vercel

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alepha/bucket-vercel

Vercel Blob Storage implementation for the bucket file storage.

latest
Source
npmnpm
Version
0.10.3
Version published
Maintainers
1
Created
Source

Alepha Bucket Vercel

Vercel Blob Storage implementation for the bucket file storage.

Installation

This package is part of the Alepha framework and can be installed via the all-in-one package:

npm install alepha

Module

Plugin for Alepha Bucket that provides Vercel Blob Storage capabilities.

This module can be imported and used as follows:

import { Alepha, run } from "alepha";
import { AlephaBucketVercel } from "alepha/bucket/vercel";

const alepha = Alepha.create()
	.with(AlephaBucketVercel);

run(alepha);

API Reference

Providers

Providers are classes that encapsulate specific functionality and can be injected into your application. They handle initialization, configuration, and lifecycle management.

For more details, see the Providers documentation.

VercelFileStorageProvider

Vercel Blob Storage implementation of File Storage Provider.

Keywords

alepha

FAQs

Package last updated on 04 Oct 2025

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