
Security News
npm Tooling Bug Incorrectly Marks One-Character Packages as Security Holders
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.
@nerdalytics/beacon
Advanced tools
Reactive dependency graph runtime for Node.js backends. Tracks dependencies between signals and propagates updates automatically.
Reactive dependency graph runtime for Node.js backends. Tracks dependencies between signals and propagates updates automatically.
npm install @nerdalytics/beacon --save-exact
import { state, derive, effect } from '@nerdalytics/beacon';
const count = state(0);
const doubled = derive(() => count() * 2);
effect(() => {
console.log(`Count: ${count()}, Doubled: ${doubled()}`);
});
count.set(5);
// => "Count: 5, Doubled: 10"
Full documentation, API reference, and examples available at: nerdalytics.github.io/beacon
The handbook has plain-text endpoints for LLMs:
llms.txt lists available versions<version>/llms.txt lists pages for a version<version>/llms-full.txt concatenates every page into one fileYou can also append .md to any handbook page URL for its Markdown source (e.g. <version>/introduction.md).
MIT - See LICENSE for details.
FAQs
Reactive dependency graph runtime for Node.js backends. Tracks dependencies between signals and propagates updates automatically.
We found that @nerdalytics/beacon 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.
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 confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.