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

@cloudgaming/paas-web

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudgaming/paas-web - npm Package Compare versions

Comparing version 2.17.1 to 2.17.2

6

dist/index.d.ts

@@ -119,2 +119,3 @@ import type { ActionObject } from 'xstate';

hubbleUrl: string | undefined;
playoutDelayHint: number | null;
disableGamepadEvents: boolean | undefined;

@@ -178,2 +179,3 @@ }, any, PlayerMachineEvents, {

hubbleUrl: string | undefined;
playoutDelayHint: number | null;
disableGamepadEvents: boolean | undefined;

@@ -236,2 +238,3 @@ };

hubbleUrl: string | undefined;
playoutDelayHint: number | null;
disableGamepadEvents: boolean | undefined;

@@ -405,2 +408,3 @@ }, PlayerMachineEvents>>;

hubbleUrl: string | undefined;
playoutDelayHint: number | null;
disableGamepadEvents: boolean | undefined;

@@ -558,2 +562,4 @@ };

hubbleUrl?: string;
/** webrtc playout delay hint,默认 null,即不设置 */
playoutDelayHint?: number | null;
/** turn 传输协议,默认不指定 */

@@ -560,0 +566,0 @@ turnTransport?: undefined | 'tcp' | 'udp';

2

package.json
{
"name": "@cloudgaming/paas-web",
"license": "BSD-3-Clause",
"version": "2.17.1",
"version": "2.17.2",
"files": [

@@ -6,0 +6,0 @@ "dist"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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