
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
@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.
The npm package @nerdalytics/beacon receives a total of 21 weekly downloads. As such, @nerdalytics/beacon popularity was classified as not popular.
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.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.