
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@virtuoso.dev/reactive-engine-storage
Advanced tools
Cell persistence in web storage and cookies for the Virtuoso reactive engine.
@virtuoso.dev/reactive-engine-storage persists @virtuoso.dev/reactive-engine-core cells in localStorage, sessionStorage, or cookies. A storage link hydrates the cell on engine startup and writes changes back as the cell updates.
npm install @virtuoso.dev/reactive-engine-core @virtuoso.dev/reactive-engine-storage
import { Cell } from '@virtuoso.dev/reactive-engine-core'
import { linkCellToStorage } from '@virtuoso.dev/reactive-engine-storage'
const theme$ = Cell<'light' | 'dark'>('light')
linkCellToStorage(theme$, {
key: 'app-theme',
storageType: 'localStorage',
})
MIT
FAQs
Cell persistence in web storage and cookies for the Virtuoso reactive engine.
We found that @virtuoso.dev/reactive-engine-storage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.