{"library":"web-storage-es6","type":"library","category":null,"description":"web-storage-es6 is a lightweight ES6 library that provides an abstraction layer over the HTML5 web storage APIs (localStorage and sessionStorage) plus an in-memory global storage. Version 1.2.0 is the current stable release. It offers namespace isolation, batch operations (populate/append), and fallback defaults. Unlike raw storage APIs, it serializes objects automatically and prevents common pitfalls like repetitive writes. The library has minimal overhead and no external dependencies, making it suitable for browser-based projects where a simple, predictable storage wrapper is needed over alternatives like localForage or store.js.","language":"javascript","status":"active","version":"1.2.0","tags":["javascript","web","storage","localStorage","sessionStorage"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install web-storage-es6","imports":["import WebStorageES6 from 'web-storage-es6'","const WebStorageES6 = require('web-storage-es6')","const local = new WebStorageES6('Local')"]},{"cmd":"yarn add web-storage-es6","imports":[]},{"cmd":"pnpm add web-storage-es6","imports":[]}],"homepage":"https://github.com/alanzhaonys/web-storage-es6#readme","github":"https://github.com/alanzhaonys/web-storage-es6","docs":null,"changelog":null,"pypi":null,"npm":"web-storage-es6","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}