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

@cloudgaming/rpc

Package Overview
Dependencies
Maintainers
2
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.8.0 to 1.9.0

8

dist/types.d.ts

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

GetCurrentCredits = "cu",
/** client->server, reconnect game */
ReconnectGame = "rcg",
/** server->client, about to stop session */

@@ -165,2 +167,3 @@ AboutToStop = "ats",

[FunctionName.GetCurrentCredits]: Record<string, never>;
[FunctionName.ReconnectGame]: Pick<FunctionPayload[FunctionName.DoStartGame], 'grade' | 'model' | 'sn'>;
[FunctionName.AboutToStop]: {

@@ -365,2 +368,3 @@ /** code */

};
[FunctionName.ReconnectGame]: FunctionResult[FunctionName.DoStartGame];
[FunctionName.AboutToStop]: void;

@@ -373,3 +377,3 @@ [FunctionName.ForceStop]: void;

[FunctionName.LicenseSteamQueryGuard]: {
guard: string;
guard: string | null;
};

@@ -412,3 +416,3 @@ [FunctionName.LicenseSteamUpdateSentry]: void;

path: string;
md5: string;
md5?: string;
size: number;

@@ -415,0 +419,0 @@ url?: string;

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

FunctionName["GetCurrentCredits"] = "cu";
/** client->server, reconnect game */
FunctionName["ReconnectGame"] = "rcg";
/** server->client, about to stop session */

@@ -34,0 +36,0 @@ FunctionName["AboutToStop"] = "ats";

{
"name": "@cloudgaming/rpc",
"version": "1.8.0",
"version": "1.9.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

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