A lightweight in-memory storage library for JavaScript, version 0.0.2. Provides a simple key-value store with get/set/remove/clear operations, similar to localStorage but in memory. No server or persistence needed. Useful for testing, mocking, or temporary data. Minimal API with no dependencies.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package exports a default class. No named exports.
CommonJS users must access .default property.
Basic usage: create an in-memory store, set, get, remove, and clear items.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.