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

@livekit/protocol

Package Overview
Dependencies
Maintainers
20
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livekit/protocol - npm Package Compare versions

Comparing version 1.10.3 to 1.10.4

32

package.json
{
"name": "@livekit/protocol",
"version": "1.10.3",
"version": "1.10.4",
"description": "",

@@ -16,29 +16,5 @@ "type": "module",

},
"./models": {
"types": "./src/gen/livekit_models.pb.d.ts",
"default": "./src/gen/livekit_models.pb.js"
},
"./room": {
"types": "./src/gen/livekit_room.pb.d.ts",
"default": "./src/gen/livekit_room.pb.js"
},
"./sip": {
"types": "./src/gen/livekit_sip.pb.d.ts",
"default": "./src/gen/livekit_sip.pb.js"
},
"./egress": {
"types": "./src/gen/livekit_egress.pb.d.ts",
"default": "./src/gen/livekit_egress.pb.js"
},
"./ingress": {
"types": "./src/gen/livekit_ingress.pb.d.ts",
"default": "./src/gen/livekit_ingress.pb.js"
},
"./agent": {
"types": "./src/gen/livekit_agent.pb.d.ts",
"default": "./src/gen/livekit_agent.pb.js"
},
"./webhook": {
"types": "./src/gen/livekit_webhook.pb.d.ts",
"default": "./src/gen/livekit_webhook.pb.js"
"./*": {
"types": "./src/gen/livekit_*_pb.d.ts",
"default": "./src/gen/livekit_*_pb.js"
}

@@ -45,0 +21,0 @@ },

2

src/gen/version.js
// Generated by genversion.
export const version = '1.10.3';
export const version = '1.10.4';

@@ -10,1 +10,2 @@ export * from "./gen/version.js";

export * from "./gen/livekit_sip_pb.js";
export { protoInt64 } from "@bufbuild/protobuf";

@@ -11,1 +11,2 @@ // @ts-check

export * from "./gen/livekit_sip_pb.js";
export { protoInt64 } from "@bufbuild/protobuf";
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