
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Tradersβ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

ZenBox is a modern React state management library that combines the simplicity of Zustand with the reactive patterns of Vue.
Love Zustand & Vue? Meet ZenBox β€οΈ
const counter = createStore({ count: 0 }); // Auto-type inference
const doubled = useComputed(() => counter.value.count * 2);
useWatch(
() => counter.value.count,
(current, prev) => console.log("Count changed from", prev, "to", current)
);
π Visit https://zenbox.del.wang to view the full documentation.
npm install zenbox
| Feature | ZenBox | Zustand |
|---|---|---|
| Learning Curve | β Minimal (Vue-friendly) | β Low |
| Vue-like Reactivity | β
useComputed/useWatch | β Manual handling |
| TypeScript Support | β Complete auto-inference | β οΈ Manual interface definition |
| State Access | β
Unified store.value interface | β Manual get()/set() |
| Cross-Store Computed | β Automatic dependency tracking | β οΈ Requires pre-combination |
| Store Scoping | β Built-in Provider for isolation | β Global by default |
| Immer Integration | β Built-in support | β οΈ Middleware required |
| Bundle Size | < 3KB gzipped (without Immer) | < 1KB gzipped |
MIT License Β© 2025-PRESENT Del Wang
FAQs
React state management that feels like Vue vibes in React
The npm package zenbox receives a total of 286 weekly downloads. As such, zenbox popularity was classified as not popular.
We found that zenbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.