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

@cloudgaming/rpc

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudgaming/rpc - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

13

dist/types.d.ts

@@ -39,2 +39,4 @@ /// <reference types="node" />

AgentBatch = "ab",
/** server->agent, set branding config */
AgentSetBranding = "asb",
/** server->agent, set payload commands */

@@ -108,2 +110,4 @@ AgentSetPayload = "asp",

migrate?: boolean;
/** branding name */
branding?: string;
/** speed test result */

@@ -140,2 +144,4 @@ speedTest?: Array<{

gameArgs?: Record<string, string>;
/** branding name */
branding?: string;
/** start token, contains sessionId, userId and stopDeadline */

@@ -189,2 +195,8 @@ startToken: string;

};
[FunctionName.AgentSetBranding]: {
name: string;
config: {
processWatcherSilentAction?: 'restart' | 'disconnect' | null | undefined;
};
};
[FunctionName.AgentSetPayload]: {

@@ -352,2 +364,3 @@ launchScript: Array<IFunctionRequest & {

[FunctionName.AgentAttach]: void;
[FunctionName.AgentSetBranding]: void;
[FunctionName.AgentReportPrepare]: void;

@@ -354,0 +367,0 @@ [FunctionName.LicenseSteamQueryGuard]: {

2

dist/types.js

@@ -42,2 +42,4 @@ "use strict";

FunctionName["AgentBatch"] = "ab";
/** server->agent, set branding config */
FunctionName["AgentSetBranding"] = "asb";
/** server->agent, set payload commands */

@@ -44,0 +46,0 @@ FunctionName["AgentSetPayload"] = "asp";

2

package.json
{
"name": "@cloudgaming/rpc",
"version": "1.6.0",
"version": "1.7.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "type": "commonjs",

Sorry, the diff of this file is not supported yet

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