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.18 to 0.0.19

1

lib/index.d.ts

@@ -11,2 +11,3 @@ import type { Socket } from 'socket.io-client';

action: import("@chijs/core").WithoutPrefix<import("@chijs/core").WithPrefix<import("@chijs/core").IServerAPI, "$s:">, "$s:action:">;
task: import("@chijs/core").WithoutPrefix<import("@chijs/core").WithPrefix<import("@chijs/core").IServerAPI, "$s:">, "$s:task:">;
misc: import("@chijs/core").WithoutPrefix<import("@chijs/core").WithPrefix<import("@chijs/core").IServerAPI, "$s:">, "$s:misc:">;

@@ -13,0 +14,0 @@ private socketListener;

@@ -9,2 +9,3 @@ import { RpcEndpoint, createRpcWrapper, RPC } from '@chijs/core';

action;
task;
misc;

@@ -22,2 +23,3 @@ socketListener;

this.action = createRpcWrapper(this.server, '$s:action:');
this.task = createRpcWrapper(this.server, '$s:task:');
}

@@ -24,0 +26,0 @@ dispose(reason) {

6

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

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

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

@@ -26,3 +26,3 @@ },

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

@@ -29,0 +29,0 @@ },

Sorry, the diff of this file is not supported yet

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