
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@opentag/local-runtime
Advanced tools
Local OpenTag runtime helpers used by @opentag/cli.
Use this package when embedding the same local dispatcher, daemon, diagnostics, and GitHub PR helpers that the CLI uses.
pnpm add @opentag/local-runtime
startDispatcher: starts the local dispatcher with callback sinks.serveDaemon: starts the local daemon loop.createDaemonRuntimeInput: derives daemon runtime input from config.runDoctor: checks dispatcher, bindings, checkouts, and executors.parseDaemonConfig: parses daemon config with compatibility aliases.maybeCreatePullRequest: creates GitHub pull requests from prepared run branches.Subpath exports are also available:
import { startDispatcher } from "@opentag/local-runtime/dispatcher";
import { serveDaemon } from "@opentag/local-runtime/daemon";
import { runDoctor } from "@opentag/local-runtime/doctor";
This package is the local runtime boundary for the CLI. Keep app wrappers thin and put reusable local runtime behavior here.
FAQs
Local OpenTag dispatcher, daemon, and diagnostics runtime helpers.
The npm package @opentag/local-runtime receives a total of 8 weekly downloads. As such, @opentag/local-runtime popularity was classified as not popular.
We found that @opentag/local-runtime 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.