
Security News
152 Chrome Live Wallpaper Extensions Hid Ad Tracking and Faked Google Search Traffic
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.
@ahamie/blobstore
Advanced tools
Byte tier interface (put/get/delete/list/stream) with a local-FS implementation; S3-compat adapter at v1.
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
Byte tier interface (put/get/delete/list/stream) with a local-FS implementation; S3-compat adapter at v1.
We found that @ahamie/blobstore demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.