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

@livekit/rtc-node

Package Overview
Dependencies
Maintainers
22
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livekit/rtc-node - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

1

dist/room.js

@@ -163,3 +163,2 @@ "use strict";

};
ffi_client_1.FfiClient.instance.addListener(ffi_client_1.FfiClientEvent.FfiEvent, this.onFfiEvent);
}

@@ -166,0 +165,0 @@ get sid() {

12

package.json

@@ -5,3 +5,3 @@ {

"license": "Apache-2.0",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",

@@ -52,8 +52,8 @@ "types": "dist/index.d.ts",

"optionalDependencies": {
"@livekit/rtc-node-darwin-arm64": "0.0.6",
"@livekit/rtc-node-darwin-x64": "0.0.6",
"@livekit/rtc-node-linux-arm64-gnu": "0.0.6",
"@livekit/rtc-node-linux-x64-gnu": "0.0.6",
"@livekit/rtc-node-win32-x64-msvc": "0.0.6"
"@livekit/rtc-node-darwin-arm64": "0.0.7",
"@livekit/rtc-node-darwin-x64": "0.0.7",
"@livekit/rtc-node-linux-arm64-gnu": "0.0.7",
"@livekit/rtc-node-linux-x64-gnu": "0.0.7",
"@livekit/rtc-node-win32-x64-msvc": "0.0.7"
}
}

@@ -68,3 +68,2 @@ import { FfiClient, FfiClientEvent, FfiHandle } from './ffi_client';

super();
FfiClient.instance.addListener(FfiClientEvent.FfiEvent, this.onFfiEvent);
}

@@ -71,0 +70,0 @@

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