Key-Storage
JSON →A simple client-side storage wrapper that uses localStorage with automatic fallback to cookies when localStorage is unavailable. Version 1.0.1 appears stable with infrequent updates. Differentiates from other storage libraries by its minimal API and use of a Node.js require-style module pattern, though it is designed exclusively for browsers, not Node.js. It supports basic get/set/remove operations but lacks advanced features like expiration, serialization, or namespacing.
Resources
packagekey-storage ↗