atom-obvervable
Atom contains a value which can change over time. ```js interface Atom<T, A: mixed[]> { deref(): T, reset(value: T): Atom<T>, swap(fn: (currentValue: T, ...args:A) => T, ...args: A): Atom<T>, watch(fn: (newValue: T, oldValue: T) => void): () => vo
64
Security score
0 known advisories in v0.1.0
OpenSSF Scorecard 1.5/10
Weekly downloads
—
Unpacked size
—
Dependencies
4
Last publish
8 years ago
Security advisories
No known vulnerabilities affect v0.1.0.
OpenSSF ScorecardJul 27, 2026
- SAST0
- Binary-Artifacts10
- Code-Review0
- Maintained0
- CII-Best-Practices0
- Security-Policy0
- Fuzzing0
- License0
- Branch-Protection0