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

@ahamie/cas

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/cas

Content-addressed object store: put/get/link at v0; walk/fork/refs at v1+.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@ahamie/cas

Content-addressed object store. v0 ships put, get, link, parents. The full DAG primitives (walk, fork, refs) ship at v1 with snapshot+marketplace.

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

const cas = createCas(createLocalBlobstore("./.ahamie/cas"));
const obj = await cas.put("org_abc", Buffer.from("…"));
const back = await cas.get("org_abc", obj.id);

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