Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@actor-system/spawn-protocol

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actor-system/spawn-protocol - npm Package Compare versions

Comparing version
0.0.18
to
0.1.0
+2
-2
dist/command.d.ts

@@ -1,2 +0,2 @@

import { ActorProps, behavior, ActorRef } from '@actor-system/core';
import { Props, behavior, ActorRef } from '@actor-system/core';
import { Letter } from '@actor-system/mail';

@@ -7,3 +7,3 @@

readonly name?: string;
readonly props?: ActorProps;
readonly props?: Props;
readonly behavior: behavior.Behavior<T>;

@@ -10,0 +10,0 @@ readonly replyTo: ActorRef<ActorRef<T>>;

@@ -1,2 +0,2 @@

import { ActorProps, behavior, ActorRef } from '@actor-system/core/internal';
import { Props, behavior, ActorRef } from '@actor-system/core/internal';
import { Letter } from '@actor-system/mail/internal';

@@ -7,3 +7,3 @@

readonly name?: string;
readonly props?: ActorProps;
readonly props?: Props;
readonly behavior: behavior.Behavior<T>;

@@ -10,0 +10,0 @@ readonly replyTo: ActorRef<ActorRef<T>>;

{
"name": "@actor-system/spawn-protocol",
"version": "0.0.18",
"version": "0.1.0",
"type": "module",

@@ -41,8 +41,8 @@ "scripts": {

"dependencies": {
"@actor-system/behaviors": "0.0.18",
"@actor-system/core": "0.1.2",
"@actor-system/behaviors": "0.1.0",
"@actor-system/core": "0.2.0",
"@actor-system/mail": "0.0.3"
},
"devDependencies": {
"@actor-system/testing": "0.0.2",
"@actor-system/testing": "0.1.0",
"@actor-system/shared": "0.0.3",

@@ -49,0 +49,0 @@ "config": "^1.0.0"