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

simplewebrtc

Package Overview
Dependencies
Maintainers
5
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplewebrtc - npm Package Compare versions

Comparing version 1.18.0 to 1.18.1

2

package.json
{
"name": "simplewebrtc",
"version": "1.18.0",
"version": "1.18.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -190,3 +190,3 @@ var util = require('util');

var pcConfig = this.parent.config.peerConnectionConfig;
if (webrtc.prefix === 'moz' && pcConfig &&
if (webrtc.prefix === 'moz' && pcConfig && pcConfig.iceTransports &&
candidate.candidate && candidate.candidate.candidate &&

@@ -193,0 +193,0 @@ candidate.candidate.candidate.indexOf(pcConfig.iceTransports) < 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