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

@livekit/components-core

Package Overview
Dependencies
Maintainers
29
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livekit/components-core - npm Package Compare versions

Comparing version 0.11.9 to 0.11.10

2

dist/components-core.d.ts

@@ -91,3 +91,3 @@ import type { AudioCaptureOptions } from 'livekit-client';

export declare function createActiveDeviceObservable(room: Room, kind: MediaDeviceKind): Observable<string | undefined>;
export declare function createActiveDeviceObservable(room: Room, kind: MediaDeviceKind): Observable<string>;

@@ -94,0 +94,0 @@ export declare function createChatObserver(room: Room): Observable<[message: ChatMessage, participant?: LocalParticipant | RemoteParticipant | undefined]>;

@@ -28,5 +28,5 @@ import { Observable } from 'rxjs';

}>;
export declare function createActiveDeviceObservable(room: Room, kind: MediaDeviceKind): Observable<string | undefined>;
export declare function createActiveDeviceObservable(room: Room, kind: MediaDeviceKind): Observable<string>;
export declare function encryptionStatusObservable(room: Room, participant: Participant | undefined): Observable<boolean>;
export declare function recordingStatusObservable(room: Room): Observable<boolean>;
//# sourceMappingURL=room.d.ts.map
{
"name": "@livekit/components-core",
"version": "0.11.9",
"version": "0.11.10",
"license": "Apache-2.0",

@@ -45,3 +45,3 @@ "author": "LiveKit",

"vitest": "^2.0.0",
"@livekit/components-styles": "1.1.3",
"@livekit/components-styles": "1.1.4",
"eslint-config-lk-custom": "0.1.3"

@@ -48,0 +48,0 @@ },

@@ -252,3 +252,2 @@ import type { Subscriber, Subscription } from 'rxjs';

}),
startWith(room.getActiveDevice(kind)),
);

@@ -255,0 +254,0 @@ }

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

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