
Security News
npm v12 Ships With Install Scripts Off by Default, Begins Deprecating 2FA-Bypass Tokens
npm v12 is generally available, turning install scripts off by default and beginning the deprecation of 2FA-bypass publishing tokens.
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.
The npm package async-storage-tree receives a total of 9 weekly downloads. As such, async-storage-tree popularity was classified as not popular.
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.

Security News
npm v12 is generally available, turning install scripts off by default and beginning the deprecation of 2FA-bypass publishing tokens.

Research
/Security News
Socket tracks the activity as Operation “Muck and Load”: a threat actor uses commit-farming workflows, public dead drops, and protected archives to stage Windows RAT and infostealer malware.

Security News
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.