
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.
@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 946 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
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.