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
1
Versions
238
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 0.9.5 to 0.9.6

4

dist/room/participant/LocalParticipant.js

@@ -133,3 +133,5 @@ "use strict";

}
this.setPreferredCodec(transceiver, track.kind, options === null || options === void 0 ? void 0 : options.videoCodec);
if (options === null || options === void 0 ? void 0 : options.videoCodec) {
this.setPreferredCodec(transceiver, track.kind, options === null || options === void 0 ? void 0 : options.videoCodec);
}
this.addTrackPublication(publication);

@@ -136,0 +138,0 @@ // send event for publication

@@ -1,2 +0,2 @@

export declare const version = "0.9.5";
export declare const version = "0.9.6";
export declare const protocolVersion = 2;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.protocolVersion = exports.version = void 0;
exports.version = '0.9.5';
exports.version = '0.9.6';
exports.protocolVersion = 2;
//# sourceMappingURL=version.js.map
{
"name": "livekit-client",
"version": "0.9.5",
"version": "0.9.6",
"description": "JavaScript/TypeScript client SDK for LiveKit",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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