Socket
Socket
Sign inDemoInstall

rtcpeerconnection

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtcpeerconnection - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

package.json
{
"name": "rtcpeerconnection",
"version": "2.2.1",
"version": "2.2.2",
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.",

@@ -5,0 +5,0 @@ "main": "rtcpeerconnection.js",

@@ -195,2 +195,3 @@ var _ = require('underscore');

offer.sdp = SJJ.toSessionSDP(offer.jingle, self.config.sdpSessionID);
self.remoteDescription = offer.jingle;
}

@@ -197,0 +198,0 @@ self.pc.setRemoteDescription(new webrtc.SessionDescription(offer), function () {

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