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
237
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.6.3 to 0.6.4

5

dist/room/track/utils.js

@@ -30,3 +30,6 @@ "use strict";

else {
element.play();
if (element instanceof HTMLVideoElement) {
element.playsInline = true;
}
element.autoplay = true;
}

@@ -33,0 +36,0 @@ // already attached

2

dist/version.d.ts

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

declare const version = "0.6.3";
declare const version = "0.6.4";
export { version };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
const version = '0.6.3';
const version = '0.6.4';
exports.version = version;
//# sourceMappingURL=version.js.map

@@ -66,2 +66,6 @@ import {

if (track instanceof AudioTrack || track instanceof VideoTrack) {
// const element: HTMLMediaElement = <HTMLMediaElement>(
// document.createElement(track.kind.toString())
// );
// track.attach(element);
const element = track.attach();

@@ -68,0 +72,0 @@ div.appendChild(element);

{
"name": "livekit-client",
"version": "0.6.3",
"version": "0.6.4",
"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