
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/storage
Advanced tools
Drizzle schema, migrations, and pgvector helpers for Ahamie. Postgres everywhere — no PGlite, no SQLite.
Drizzle schema + migrations + pgvector for Ahamie. Postgres everywhere (T5) — no PGlite, no SQLite. Three exports:
@ahamie/storage — top-level: createDb, migrate, every table.@ahamie/storage/client — createDb, closeDb, AhamieDb type.@ahamie/storage/migrate — runner.@ahamie/storage/schema — every Drizzle table.import { createDb, migrate } from "@ahamie/storage";
const db = createDb({ url: process.env.AHAMIE_DB_URL! });
await migrate(db);
The schema covers every v0 table from §15 of the tech plan. v1 adds RLS policies; v2 adds schema-per-tenant; v3 adds DB-per-tenant.
FAQs
Drizzle schema, migrations, and pgvector helpers for Ahamie. Postgres everywhere — no PGlite, no SQLite.
The npm package @ahamie/storage receives a total of 15 weekly downloads. As such, @ahamie/storage popularity was classified as not popular.
We found that @ahamie/storage 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.