Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ahamie/blobstore

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ahamie/blobstore

Byte tier interface (put/get/delete/list/stream) with a local-FS implementation; S3-compat adapter at v1.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@ahamie/blobstore

The byte tier of the Ahamie substrate. Defines the Blobstore interface and ships one impl (LocalFsBlobstore); @ahamie/blobstore-s3 arrives at v1 with the same interface.

import { createLocalBlobstore } from "@ahamie/blobstore";

const store = createLocalBlobstore("./.ahamie/blobs");
const ref = await store.put("org_abc/snapshot/1.bin", Buffer.from("…"));

FAQs

Package last updated on 01 May 2026

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