
Security News
Node.js Considers Public Workflow for Security Reports Amid AI-Driven Surge
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.
@strav/kernel
Advanced tools
Foundation of the Strav framework: IoC container, service-provider lifecycle, configuration, event bus, helpers, encryption, storage, cache, i18n, logger, session abstraction.
Status: 1.0.0-alpha — M1 implementation in progress.
bun add @strav/kernel
Container — register / singleton / resolve / make / bind / when / tag — auto-DI via @inject().Application — provider topo-sort, boot, shutdown, signal handlers.ServiceProvider — register, boot, shutdown lifecycle.ConfigRepository — typed config keyed by dotted path; frozen after boot.EventBus — emit/emitParallel/on/once/subscribe with cancelable contract.StravError hierarchy.Logger — Pino-backed.helpers/ — env, ULID, crypto, clock.The public API lives at the root barrel. Sub-paths exist so other @strav/* packages can import the subsystem they need without circular barrel chains:
import { Application } from '@strav/kernel/core'
import { EventBus } from '@strav/kernel/events'
Consumer apps should always import from the root barrel:
import { Application, EventBus, ServiceProvider } from '@strav/kernel'
spec/architecture.md — container + provider contracts.spec/lifecycles.md — boot / shutdown sequence.guides/05-service-container.mdguides/06-service-providers.mdguides/04-application-lifecycle.mdFAQs
Strav kernel — IoC container, service providers, lifecycle, config, events, helpers
The npm package @strav/kernel receives a total of 157 weekly downloads. As such, @strav/kernel popularity was classified as not popular.
We found that @strav/kernel 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
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.