New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@livekit/protocol

Package Overview
Dependencies
Maintainers
20
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livekit/protocol - npm Package Compare versions

Comparing version 1.10.4 to 1.11.0

2

package.json
{
"name": "@livekit/protocol",
"version": "1.10.4",
"version": "1.11.0",
"description": "",

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

@@ -1070,2 +1070,7 @@ // Copyright 2023 LiveKit, Inc.

/**
* @generated from field: livekit.ProxyConfig proxy = 10;
*/
proxy?: ProxyConfig;
constructor(data?: PartialMessage<S3Upload>);

@@ -1103,5 +1108,5 @@

/**
* @generated from field: string endpoint = 3;
* @generated from field: livekit.ProxyConfig proxy = 3;
*/
endpoint: string;
proxy?: ProxyConfig;

@@ -1202,2 +1207,36 @@ constructor(data?: PartialMessage<GCPUpload>);

/**
* @generated from message livekit.ProxyConfig
*/
export declare class ProxyConfig extends Message<ProxyConfig> {
/**
* @generated from field: string url = 1;
*/
url: string;
/**
* @generated from field: string username = 2;
*/
username: string;
/**
* @generated from field: string password = 3;
*/
password: string;
constructor(data?: PartialMessage<ProxyConfig>);
static readonly runtime: typeof proto3;
static readonly typeName = "livekit.ProxyConfig";
static readonly fields: FieldList;
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ProxyConfig;
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ProxyConfig;
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ProxyConfig;
static equals(a: ProxyConfig | PlainMessage<ProxyConfig> | undefined, b: ProxyConfig | PlainMessage<ProxyConfig> | undefined): boolean;
}
/**
* @generated from message livekit.StreamOutput

@@ -1204,0 +1243,0 @@ */

@@ -307,2 +307,3 @@ // Copyright 2023 LiveKit, Inc.

{ no: 9, name: "content_disposition", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 10, name: "proxy", kind: "message", T: ProxyConfig },
],

@@ -319,3 +320,3 @@ );

{ no: 2, name: "bucket", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 3, name: "endpoint", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 3, name: "proxy", kind: "message", T: ProxyConfig },
],

@@ -351,2 +352,14 @@ );

/**
* @generated from message livekit.ProxyConfig
*/
export const ProxyConfig = proto3.makeMessageType(
"livekit.ProxyConfig",
() => [
{ no: 1, name: "url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "username", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 3, name: "password", kind: "scalar", T: 9 /* ScalarType.STRING */ },
],
);
/**
* @generated from message livekit.StreamOutput

@@ -353,0 +366,0 @@ */

@@ -1792,4 +1792,2 @@ // Copyright 2023 LiveKit, Inc.

/**
* NEXT_ID: 46
*
* @generated from field: livekit.RTPDrift report_drift = 45;

@@ -1799,2 +1797,9 @@ */

/**
* NEXT_ID: 47
*
* @generated from field: livekit.RTPDrift rebased_report_drift = 46;
*/
rebasedReportDrift?: RTPDrift;
constructor(data?: PartialMessage<RTPStats>);

@@ -1801,0 +1806,0 @@

@@ -614,2 +614,3 @@ // Copyright 2023 LiveKit, Inc.

{ no: 45, name: "report_drift", kind: "message", T: RTPDrift },
{ no: 46, name: "rebased_report_drift", kind: "message", T: RTPDrift },
],

@@ -616,0 +617,0 @@ );

// Generated by genversion.
export const version = '1.10.4';
export const version = '1.11.0';
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