Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openvidu-browser

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openvidu-browser - npm Package Compare versions

Comparing version 2.15.1-alpha1 to 2.15.1-alpha2

lib/OpenViduInternal/Interfaces/Public/EventDispatcher.d.ts

2

lib/OpenVidu/OpenVidu.js

@@ -262,3 +262,3 @@ "use strict";

if (this.isIPhoneOrIPad(userAgent)) {
if (this.isIOSWithSafari(userAgent)) {
if (this.isIOSWithSafari(userAgent) || platform['isIonicIos']) {
return 1;

@@ -265,0 +265,0 @@ }

@@ -1159,3 +1159,3 @@ "use strict";

if (openviduServerVersion !== this.openvidu.libraryVersion) {
logger.error('OpenVidu Server (' + openviduServerVersion +
logger.warn('OpenVidu Server (' + openviduServerVersion +
') and OpenVidu Browser (' + this.openvidu.libraryVersion +

@@ -1162,0 +1162,0 @@ ') versions do NOT match. There may be incompatibilities');

@@ -44,3 +44,3 @@ {

"types": "lib/index.d.ts",
"version": "2.15.1-alpha1"
"version": "2.15.1-alpha2"
}

@@ -341,3 +341,3 @@ /*

if(this.isIPhoneOrIPad(userAgent)) {
if(this.isIOSWithSafari(userAgent)){
if(this.isIOSWithSafari(userAgent) || platform['isIonicIos']){
return 1;

@@ -344,0 +344,0 @@ }

@@ -1293,3 +1293,3 @@ /*

if (openviduServerVersion !== this.openvidu.libraryVersion) {
logger.error('OpenVidu Server (' + openviduServerVersion +
logger.warn('OpenVidu Server (' + openviduServerVersion +
') and OpenVidu Browser (' + this.openvidu.libraryVersion +

@@ -1296,0 +1296,0 @@ ') versions do NOT match. There may be incompatibilities')

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