
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
async-storage-tree
Advanced tools
Use React's async-storage to create a tree of objects.
WIP - Use at your own peril!
npm install async-storage-tree
// TODO
createRoot(obj): PromiseSet obj as the root.
Any existing items in asyncStorage will go untouched.
NOTE - If there is an existing root, its children will be orphaned! We recommend to .removeChild() first. (If no arguments are passde to removeChild(), the whole tree will be removed, including children of the root).
getRoot(): Promise[Object]Gets root of tree, returns a Promise.
createChild(obj, parentId): PromiseCreate obj as a new child of the leaf node with a given id.
If no id is specified, will create child of the root node.
getChildren(id): Promise[List[Object]]Get children of node with id.
If no id specified, gets the children of the root node.
removeChild(id): PromiseRecursively delete nodes (i.e., id and all children).
FAQs
Use React's async-storage to create a tree of objects.
We found that async-storage-tree demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.