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

mediasoup-client

Package Overview
Dependencies
Maintainers
2
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mediasoup-client - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

6

lib-es5/Device.js

@@ -144,3 +144,3 @@ 'use strict';

Device._name = 'ReactNative';
Device._version = 'unknown';
Device._version = undefined; // NOTE: No idea how to know it.
Device._bowser = {};

@@ -155,4 +155,4 @@ Device._handlerClass = _ReactNative2.default;

Device._flag = undefined;
Device._name = browser.name || 'unknown device';
Device._version = browser.version || 'unknown';
Device._name = browser.name || undefined;
Device._version = browser.version || undefined;
Device._bowser = browser;

@@ -159,0 +159,0 @@ Device._handlerClass = null;

{
"name": "mediasoup-client",
"version": "2.0.7",
"version": "2.0.8",
"description": "mediasoup client side JavaScript SDK",

@@ -31,3 +31,3 @@ "author": "Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",

"gulp-babel": "^7.0.0",
"gulp-eslint": "^4.0.1",
"gulp-eslint": "^4.0.2",
"gulp-header": "^2.0.1",

@@ -34,0 +34,0 @@ "gulp-plumber": "^1.2.0",

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