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

@twilio/webrtc

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio/webrtc - npm Package Compare versions

Comparing version 4.5.2 to 4.6.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

4.6.0 (March 8, 2022)
===================
New Features
------------
- Enabled support for WKWebViews. Thank you @cbxp for your [contribution](https://github.com/twilio/twilio-webrtc.js/pull/133).
4.5.2 (January 4, 2022)

@@ -2,0 +10,0 @@ =========================

2

lib/util/index.js

@@ -151,3 +151,3 @@ 'use strict';

}
if (/Safari/.test(userAgent)) {
if (/Safari|iPhone|iPad|iPod/.test(userAgent)) {
return 'safari';

@@ -154,0 +154,0 @@ }

{
"name": "@twilio/webrtc",
"version": "4.5.2",
"version": "4.6.0",
"description": "WebRTC-related APIs and shims used by twilio-video.js",

@@ -5,0 +5,0 @@ "scripts": {

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