{"library":"name-storage","type":"library","category":null,"description":"A key-value storage tool similar to sessionStorage but capable of cross-domain data storage and transfer within the same window. It uses window.name to store data, with a lifespan tied to the window session. Version 1.3.0 is the latest stable release, though the project appears to be in maintenance mode with no recent updates. Key differentiators include cross-domain support without server-side proxies and a simple API modeled after Web Storage. It enforces usage conventions to avoid direct window.name manipulation and minimize data conflicts.","language":"javascript","status":"maintenance","version":"1.3.0","tags":["javascript","arale","utility"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install name-storage","imports":["import nameStorage from 'name-storage'","nameStorage.setItem('key', 'value')","nameStorage.getItem('key')","nameStorage.removeItem('key')","nameStorage.clear()"]},{"cmd":"yarn add name-storage","imports":[]},{"cmd":"pnpm add name-storage","imports":[]}],"homepage":"https://github.com/aralejs/name-storage","github":"git@github.com:aralejs/name-storage","docs":null,"changelog":null,"pypi":null,"npm":"name-storage","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}