Socket
Socket
Sign inDemoInstall

webrtc

Package Overview
Dependencies
14
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.11.3 to 1.11.4

2

package.json
{
"name": "webrtc",
"version": "1.11.3",
"version": "1.11.4",
"keywords": [

@@ -5,0 +5,0 @@ "webrtc",

@@ -79,2 +79,4 @@ var util = require('util');

if (message.type === 'offer') {
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1064247
message.payload.sdp = message.payload.sdp.replace('a=fmtp:0 profile-level-id=0x42e00c;packetization-mode=1\r\n', '');
this.pc.handleOffer(message.payload, function (err) {

@@ -81,0 +83,0 @@ if (err) {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc