New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@ariestools/actor-system

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariestools/actor-system

Deprecated alias for @ariestools/actor-engine; migrate imports and remove this dependency

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
673
-55.96%
Maintainers
3
Weekly downloads
 
Created
Source

@ariestools/actor-system

Deprecated. This package is an alias for @ariestools/actor-engine and will be removed in the next major release.

The actor and provider engine was renamed from "actor system" to "actor engine" to say what it is: the one host-agnostic engine that browser, CLI, worker, and dapp hosts all drive. See ARCHITECTURE.md.

Migrating

Replace the dependency and the import specifier:

pnpm remove @ariestools/actor-system
pnpm add @ariestools/actor-engine

Then rename the symbols — every ActorSystem* export became ActorEngine*, and actorSystem* became actorEngine*:

BeforeAfter
launchActorSystemlaunchActorEngine
startActorSystemstartActorEngine
createActorSystemDependencyScopecreateActorEngineDependencyScope
describeActorSystemPlandescribeActorEnginePlan
renderActorSystemBootrenderActorEngineBoot
compileActorSystemcompileActorEngine
launchCompiledActorSystemlaunchCompiledActorEngine
ActorSystemActorActorEngineActor
ActorSystemCatalogActorEngineCatalog
ActorSystemSessionActorEngineSession
parallelActorSystemSupervisionparallelActorEngineSupervision
sequentialActorSystemSupervisionsequentialActorEngineSupervision

While this alias package is installed, both spellings resolve, so the dependency swap and the symbol rename can land separately. The alias contains no independent launcher, resolver, or supervisor.

ActorEngineTerminalFailureCode keeps its pre-rename value, actor-system.terminal-failure. It is a wire code carried across realm boundaries, so it is deliberately not renamed with the symbols.

License

LGPL-3.0-only

Keywords

ariestools

FAQs

Package last updated on 18 Sep 2026

Related posts