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

livekit-client

Package Overview
Dependencies
Maintainers
30
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livekit-client - npm Package Compare versions

Comparing version

to
2.5.5

2

dist/src/room/events.d.ts

@@ -169,2 +169,3 @@ /**

* When a participant's attributes changed, this event will be emitted with the changed attributes and the participant
* args: (changedAttributes: [[Record<string, string]], participant: [[Participant]])
*/

@@ -450,2 +451,3 @@ ParticipantAttributesChanged = "participantAttributesChanged",

* When a participant's attributes changed, this event will be emitted with the changed attributes
* args: (changedAttributes: [[Record<string, string]])
*/

@@ -452,0 +454,0 @@ AttributesChanged = "attributesChanged",

@@ -169,2 +169,3 @@ /**

* When a participant's attributes changed, this event will be emitted with the changed attributes and the participant
* args: (changedAttributes: [[Record<string, string]], participant: [[Participant]])
*/

@@ -450,2 +451,3 @@ ParticipantAttributesChanged = "participantAttributesChanged",

* When a participant's attributes changed, this event will be emitted with the changed attributes
* args: (changedAttributes: [[Record<string, string]])
*/

@@ -452,0 +454,0 @@ AttributesChanged = "attributesChanged",

2

package.json
{
"name": "livekit-client",
"version": "2.5.4",
"version": "2.5.5",
"description": "JavaScript/TypeScript client SDK for LiveKit",

@@ -5,0 +5,0 @@ "main": "./dist/livekit-client.umd.js",

@@ -192,2 +192,3 @@ /**

* When a participant's attributes changed, this event will be emitted with the changed attributes and the participant
* args: (changedAttributes: [[Record<string, string]], participant: [[Participant]])
*/

@@ -517,2 +518,3 @@ ParticipantAttributesChanged = 'participantAttributesChanged',

* When a participant's attributes changed, this event will be emitted with the changed attributes
* args: (changedAttributes: [[Record<string, string]])
*/

@@ -519,0 +521,0 @@ AttributesChanged = 'attributesChanged',

@@ -262,3 +262,3 @@ import {

private _setAttributes(attributes: Record<string, string>) {
const diff = diffAttributes(attributes, this.attributes);
const diff = diffAttributes(this.attributes, attributes);
this._attributes = attributes;

@@ -265,0 +265,0 @@

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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet