New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kurento-utils

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kurento-utils - npm Package Compare versions

Comparing version 6.0.1 to 6.1.0

7

lib/WebRtcPeer.js

@@ -433,3 +433,8 @@ /*

// [Hack] https://code.google.com/p/chromium/issues/detail?id=443558
if (mode === 'sendonly') mode = 'sendrecv'
var browser = parser.getBrowser()
if (mode === 'sendonly' &&
(browser.name === 'Chrome' || browser.name === 'Chromium') &&
browser.major === 39) {
mode = 'sendrecv'
}

@@ -436,0 +441,0 @@ callback()

4

package.json
{
"name": "kurento-utils",
"version": "6.0.1",
"version": "6.1.0",
"description": "Kurento Utilities",

@@ -51,3 +51,3 @@ "homepage": "http://www.kurento.org",

"qunit-assert-canvas": "^1.0.6",
"qunit-reporter-junit": "KurentoForks/qunit-reporter-junit#v1.0.3",
"qunit-reporter-junit": "KurentoForks/qunit-reporter-junit",
"qunit-reporter-lcov": "^1.0.2",

@@ -54,0 +54,0 @@ "qunitjs": "^1.18.0",

Sorry, the diff of this file is not supported yet

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