Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chijs/client

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chijs/client - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

100

lib/index.d.ts

@@ -8,98 +8,6 @@ import type { Socket } from 'socket.io-client';

server: import("@chijs/core").RpcHandle<ServerDescriptor>;
service: import("@chijs/core").MapAsync<import("@chijs/core").Unprefix<{
"$s:misc:versions"(): Record<string, string>;
"$s:misc:startTime"(): number;
"$s:plugin:load"(id: string): [ok: boolean, reason?: string | undefined];
"$s:plugin:unload"(id: string): void;
"$s:plugin:list"(): import("@chijs/core").IPluginInfo[];
"$s:plugin:get"(id: string): import("@chijs/core").IPluginInfo;
"$s:service:add"(defn: import("@chijs/core").IServiceDefn): void;
"$s:service:update"(id: string, attr: Partial<import("@chijs/core").IServiceAttr>): void;
"$s:service:remove"(id: string): void;
"$s:service:start"(id: string): void;
"$s:service:stop"(id: string): void;
"$s:service:list"(): import("@chijs/core").IServiceInfo[];
"$s:service:get"(id: string): import("@chijs/core").IServiceInfo;
"$s:action:dispatch"(serviceId: string, actionId: string, params: Record<string, unknown>): string;
"$s:action:run"(taskId: string, parent: string, serviceId: string, actionId: string, params: Record<string, unknown>): unknown;
"$s:action:get"(serviceId: string, actionId: string): import("@chijs/core").IActionInfoWithService;
"$s:action:list"(): import("@chijs/core").IActionInfoWithService[];
"$s:action:listByService"(serviceId: string): import("@chijs/core").IActionInfoWithService[];
"$s:action:getTask"(id: string): import("@chijs/core").ITaskInfo;
"$s:action:listTask"(): import("@chijs/core").ITaskInfo[];
"$s:action:listTaskByService"(serviceId: string): import("@chijs/core").ITaskInfo[];
"$s:action:listTaskByAction"(serviceId: string, actionId: string): import("@chijs/core").ITaskInfo[];
}, "$s:service:">>;
plugin: import("@chijs/core").MapAsync<import("@chijs/core").Unprefix<{
"$s:misc:versions"(): Record<string, string>;
"$s:misc:startTime"(): number;
"$s:plugin:load"(id: string): [ok: boolean, reason?: string | undefined];
"$s:plugin:unload"(id: string): void;
"$s:plugin:list"(): import("@chijs/core").IPluginInfo[];
"$s:plugin:get"(id: string): import("@chijs/core").IPluginInfo;
"$s:service:add"(defn: import("@chijs/core").IServiceDefn): void;
"$s:service:update"(id: string, attr: Partial<import("@chijs/core").IServiceAttr>): void;
"$s:service:remove"(id: string): void;
"$s:service:start"(id: string): void;
"$s:service:stop"(id: string): void;
"$s:service:list"(): import("@chijs/core").IServiceInfo[];
"$s:service:get"(id: string): import("@chijs/core").IServiceInfo;
"$s:action:dispatch"(serviceId: string, actionId: string, params: Record<string, unknown>): string;
"$s:action:run"(taskId: string, parent: string, serviceId: string, actionId: string, params: Record<string, unknown>): unknown;
"$s:action:get"(serviceId: string, actionId: string): import("@chijs/core").IActionInfoWithService;
"$s:action:list"(): import("@chijs/core").IActionInfoWithService[];
"$s:action:listByService"(serviceId: string): import("@chijs/core").IActionInfoWithService[];
"$s:action:getTask"(id: string): import("@chijs/core").ITaskInfo;
"$s:action:listTask"(): import("@chijs/core").ITaskInfo[];
"$s:action:listTaskByService"(serviceId: string): import("@chijs/core").ITaskInfo[];
"$s:action:listTaskByAction"(serviceId: string, actionId: string): import("@chijs/core").ITaskInfo[];
}, "$s:plugin:">>;
action: import("@chijs/core").MapAsync<import("@chijs/core").Unprefix<{
"$s:misc:versions"(): Record<string, string>;
"$s:misc:startTime"(): number;
"$s:plugin:load"(id: string): [ok: boolean, reason?: string | undefined];
"$s:plugin:unload"(id: string): void;
"$s:plugin:list"(): import("@chijs/core").IPluginInfo[];
"$s:plugin:get"(id: string): import("@chijs/core").IPluginInfo;
"$s:service:add"(defn: import("@chijs/core").IServiceDefn): void;
"$s:service:update"(id: string, attr: Partial<import("@chijs/core").IServiceAttr>): void;
"$s:service:remove"(id: string): void;
"$s:service:start"(id: string): void;
"$s:service:stop"(id: string): void;
"$s:service:list"(): import("@chijs/core").IServiceInfo[];
"$s:service:get"(id: string): import("@chijs/core").IServiceInfo;
"$s:action:dispatch"(serviceId: string, actionId: string, params: Record<string, unknown>): string;
"$s:action:run"(taskId: string, parent: string, serviceId: string, actionId: string, params: Record<string, unknown>): unknown;
"$s:action:get"(serviceId: string, actionId: string): import("@chijs/core").IActionInfoWithService;
"$s:action:list"(): import("@chijs/core").IActionInfoWithService[];
"$s:action:listByService"(serviceId: string): import("@chijs/core").IActionInfoWithService[];
"$s:action:getTask"(id: string): import("@chijs/core").ITaskInfo;
"$s:action:listTask"(): import("@chijs/core").ITaskInfo[];
"$s:action:listTaskByService"(serviceId: string): import("@chijs/core").ITaskInfo[];
"$s:action:listTaskByAction"(serviceId: string, actionId: string): import("@chijs/core").ITaskInfo[];
}, "$s:action:">>;
misc: import("@chijs/core").MapAsync<import("@chijs/core").Unprefix<{
"$s:misc:versions"(): Record<string, string>;
"$s:misc:startTime"(): number;
"$s:plugin:load"(id: string): [ok: boolean, reason?: string | undefined];
"$s:plugin:unload"(id: string): void;
"$s:plugin:list"(): import("@chijs/core").IPluginInfo[];
"$s:plugin:get"(id: string): import("@chijs/core").IPluginInfo;
"$s:service:add"(defn: import("@chijs/core").IServiceDefn): void;
"$s:service:update"(id: string, attr: Partial<import("@chijs/core").IServiceAttr>): void;
"$s:service:remove"(id: string): void;
"$s:service:start"(id: string): void;
"$s:service:stop"(id: string): void;
"$s:service:list"(): import("@chijs/core").IServiceInfo[];
"$s:service:get"(id: string): import("@chijs/core").IServiceInfo;
"$s:action:dispatch"(serviceId: string, actionId: string, params: Record<string, unknown>): string;
"$s:action:run"(taskId: string, parent: string, serviceId: string, actionId: string, params: Record<string, unknown>): unknown;
"$s:action:get"(serviceId: string, actionId: string): import("@chijs/core").IActionInfoWithService;
"$s:action:list"(): import("@chijs/core").IActionInfoWithService[];
"$s:action:listByService"(serviceId: string): import("@chijs/core").IActionInfoWithService[];
"$s:action:getTask"(id: string): import("@chijs/core").ITaskInfo;
"$s:action:listTask"(): import("@chijs/core").ITaskInfo[];
"$s:action:listTaskByService"(serviceId: string): import("@chijs/core").ITaskInfo[];
"$s:action:listTaskByAction"(serviceId: string, actionId: string): import("@chijs/core").ITaskInfo[];
}, "$s:misc:">>;
service: import("@chijs/core").WithoutPrefix<import("@chijs/core").WithPrefix<import("@chijs/core").IServerAPI, "$s:">, "$s:service:">;
plugin: import("@chijs/core").WithoutPrefix<import("@chijs/core").WithPrefix<import("@chijs/core").IServerAPI, "$s:">, "$s:plugin:">;
action: import("@chijs/core").WithoutPrefix<import("@chijs/core").WithPrefix<import("@chijs/core").IServerAPI, "$s:">, "$s:action:">;
misc: import("@chijs/core").WithoutPrefix<import("@chijs/core").WithPrefix<import("@chijs/core").IServerAPI, "$s:">, "$s:misc:">;
constructor(socket: Socket);

@@ -106,0 +14,0 @@ }

5

package.json
{
"name": "@chijs/client",
"version": "0.0.10",
"version": "0.0.11",
"main": "lib/index.js",

@@ -19,3 +19,3 @@ "license": "AGPL-3.0",

"dependencies": {
"@chijs/core": "^0.0.10",
"@chijs/core": "^0.0.11",
"socket.io-client": "^4.5.1"

@@ -25,2 +25,3 @@ },

"build": "node ../../scripts/build.mjs --package client",
"lint": "eslint --ext .js,.ts ./src/ ./test/",
"prepare": "node ../../scripts/build.mjs --package client --rebuild",

@@ -27,0 +28,0 @@ "test": "mocha"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc