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

@daily-co/daily-js

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daily-co/daily-js - npm Package Compare versions

Comparing version 0.9.3-beta.4 to 0.9.3-beta.5

2

package.json
{
"name": "@daily-co/daily-js",
"version": "0.9.3-beta.4",
"version": "0.9.3-beta.5",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=10.0.0"

@@ -795,7 +795,11 @@ import EventEmitter from 'events';

if (a.videoTrack && b.videoTrack &&
a.videoTrack.id !== b.videoTrack.id) {
(a.videoTrack.id !== b.videoTrack.id ||
a.videoTrack.muted !== b.videoTrack.muted ||
a.videoTrack.enabled !== b.videoTrack.enabled)) {
return false;
}
if (a.audioTrack && b.audioTrack &&
a.audioTrack.id !== b.audioTrack.id) {
(a.audioTrack.id !== b.audioTrack.id ||
a.audioTrack.muted !== b.audioTrack.muted ||
a.audioTrack.enabled !== b.audioTrack.enabled)) {
return false;

@@ -802,0 +806,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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