@nixjs23n6/web-storage
A minimalistic Typescript plugin for web storage
A minimalistic Typescript plugin for web storage
A thin wrapper to use the Web Storage API with namespaces, easily, and safely.
A lightweight utility to manage browser storage (localStorage, sessionStorage, and cookies) with advanced features. Easily configure namespaces, key trimming, and data expiry.
A TypeScript-based React IndexedDB wrapper with CRUD operations.
An easy-to-use, encrypted web storage utility for securely storing and managing sensitive data in localStorage and sessionStorage.
Unique ID for current browser (client).
Powerful Web Application Data Storage and State Management Solution.
A lightweight JavaScript library for managing and enhancing browser local storage, offering an abstraction layer for more efficient storage handling across modern browsers.
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