
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@ariestools/actor-system
Advanced tools
Environment-neutral, config-driven launcher for provider-backed actor systems.
The launcher parses one system configuration, resolves one provider graph, provisions one locator, constructs every actor with its own actor config and the same resolved provider system, and returns one idempotently stoppable session. Runtime packages such as browser-kit and cli-kit supply lifecycle adapters and, when needed, a different supervision policy.
import {
ActorSystemCatalog,
createActorSystemProviderRegistry,
launchActorSystem,
} from '@ariestools/actor-system'
const actorRegistry = new ActorSystemCatalog()
const providerRegistry = createActorSystemProviderRegistry()
const session = await launchActorSystem({
actorRegistry,
config,
providerRegistry,
})
await session.stop()
FAQs
Deprecated alias for @ariestools/actor-engine; migrate imports and remove this dependency
The npm package @ariestools/actor-system receives a total of 1,266 weekly downloads. As such, @ariestools/actor-system popularity was classified as popular.
We found that @ariestools/actor-system demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.