vault-storage
Vault, a micro yet robust browser storage library
Vault, a micro yet robust browser storage library
MicroLocalStore is a lightweight, easy-to-use JavaScript library that provides a shared local storage solution across different origins. It creates an isolated local storage for each instance, allowing you to store and retrieve data seamlessly. It's perfe
A lightweight utility to manage browser storage (localStorage, sessionStorage, and cookies) with advanced features. Easily configure namespaces, key trimming, and data expiry.
A better way to save data locally on the browser.
Storage in browsers | LocalStorage | SessionStorage
A lightweight and versatile JavaScript library for managing local and session storage in web applications. Offers automatic data persistence with expiry, seamless integration with form elements, and support for complex data structures. Ideal for enhancing
A lightweight utility to simplify working with localStorage in JavaScript. Includes expiry, backup/restore, and debug helpers.
Utilities for local and session browser storage.
Unified client-side cache and storage manager with expiration control
Asynchronous Lightweight utilities that can make easier to write and read application storage in client browser.
This project provides a set of utility functions for interacting with browser cookies. The `Cookies` class offers methods to set, get, update, remove, and clear cookies, as well as retrieve all cookie keys.
A TypeScript utility library for managing browser session storage with a simple API. Provides methods to set, get, update, remove, and clear session storage items, plus key enumeration. Ideal for client-side state management and data persistence in web ap
A universal browser storage manager with optional AES encryption support for localStorage, sessionStorage, and cookies.