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

livekit-server-sdk

Package Overview
Dependencies
Maintainers
29
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livekit-server-sdk - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

2

dist/grants.d.ts

@@ -48,2 +48,4 @@ import { TrackSource } from '@livekit/protocol';

agent?: boolean;
/** allow participant to subscribe to metrics */
canSubscribeMetrics?: boolean;
}

@@ -50,0 +52,0 @@ export interface SIPGrant {

4

package.json
{
"name": "livekit-server-sdk",
"version": "2.7.0",
"version": "2.7.1",
"description": "Server-side SDK for LiveKit",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"typedoc": "^0.26.0",
"typescript": "5.5.x",
"typescript": "5.6.x",
"vite": "^5.2.9",

@@ -32,0 +32,0 @@ "vitest": "^2.0.0"

@@ -89,2 +89,5 @@ // SPDX-FileCopyrightText: 2024 LiveKit, Inc.

agent?: boolean;
/** allow participant to subscribe to metrics */
canSubscribeMetrics?: boolean;
}

@@ -91,0 +94,0 @@

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