Storage Core
JSON →Provides a minimal Storage interface and a local filesystem implementation for Node.js, enabling dynamic storage switching. Version 0.7.2 is stable, with slow release cadence (last update 2022). Key differentiator: abstract base class that third-party packages (AWS S3, Azure Blob, GCP) implement, making it easy to swap storage backends without changing application code. Ships TypeScript types for type safety.
Resources
packagestorage-core ↗