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

webrtc-adapter

Package Overview
Dependencies
Maintainers
5
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-adapter - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

.travis.yml

4

dist/safari/safari_shim.js

@@ -330,3 +330,3 @@ /*

} else if (offerOptions.offerToReceiveAudio === true && !audioTransceiver) {
this.addTransceiver('audio');
this.addTransceiver('audio', { direction: 'recvonly' });
}

@@ -356,3 +356,3 @@

} else if (offerOptions.offerToReceiveVideo === true && !videoTransceiver) {
this.addTransceiver('video');
this.addTransceiver('video', { direction: 'recvonly' });
}

@@ -359,0 +359,0 @@ }

{
"name": "webrtc-adapter",
"version": "8.1.0",
"version": "8.1.1",
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",

@@ -23,3 +23,3 @@ "license": "BSD-3-Clause",

"prepublishonly": "npm test",
"test": "grunt && grunt downloadBrowser && mocha test/unit && karma start test/karma.conf.js",
"test": "grunt && mocha test/unit && grunt downloadBrowser && karma start test/karma.conf.js",
"lint-and-unit-tests": "grunt && mocha test/unit",

@@ -26,0 +26,0 @@ "e2e-tests": "grunt && grunt downloadBrowser && karma start test/karma.conf.js"

@@ -314,3 +314,3 @@ /*

!audioTransceiver) {
this.addTransceiver('audio');
this.addTransceiver('audio', {direction: 'recvonly'});
}

@@ -341,3 +341,3 @@

!videoTransceiver) {
this.addTransceiver('video');
this.addTransceiver('video', {direction: 'recvonly'});
}

@@ -344,0 +344,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