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

webrtc

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

2

package.json
{
"name": "webrtc",
"version": "1.10.0",
"version": "1.11.0",
"keywords": [

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

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

// Create an RTCPeerConnection via the polyfill
this.pc = new PeerConnection(this.parent.config.peerConnectionConfig, this.parent.config.peerConnectionContraints);
this.pc = new PeerConnection(this.parent.config.peerConnectionConfig, this.parent.config.peerConnectionConstraints);
this.pc.on('ice', this.onIceCandidate.bind(this));

@@ -24,0 +24,0 @@ this.pc.on('addStream', this.handleRemoteStreamAdded.bind(this));

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

},
peerConnectionContraints: {
peerConnectionConstraints: {
optional: [

@@ -21,0 +21,0 @@ {DtlsSrtpKeyAgreement: true}

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