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

phenix-react-gum-configuration

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phenix-react-gum-configuration - npm Package Compare versions

Comparing version 2018.1.3 to 2018.1.4

4

package.json
{
"name": "phenix-react-gum-configuration",
"version": "2018.1.3",
"version": "2018.1.4",
"description": "Get-User-Media selection and configuration component",

@@ -46,3 +46,3 @@ "main": "dist/phenix-react-gum-configuration.min.js",

"phenix-web-logging": "^2018.1.1",
"phenix-web-sdk": "^2018.1.13",
"phenix-web-sdk": "^2018.1.15",
"postcss-loader": "1.3.3",

@@ -49,0 +49,0 @@ "preact": "8.2.5",

@@ -35,3 +35,7 @@ import React from 'react';

this.userMediaResolver = new UserMediaResolver(this.pcast, this.props.aspectRatio, this.props.resolution, this.props.frameRate);
this.userMediaResolver = new UserMediaResolver(this.pcast, {
aspectRatio: this.props.aspectRatio,
resolutionHeight: parseInt(this.props.resolution, 10),
frameRate: parseInt(this.props.frameRate, 10)
});
this.changeSelectedDevices = this.changeSelectedDevices.bind(this);

@@ -48,3 +52,7 @@ this.onVideoSourceSelect = this.onVideoSourceSelect.bind(this);

) {
this.userMediaResolver = new UserMediaResolver(this.pcast, this.props.aspectRatio, this.props.resolution, this.props.frameRate);
this.userMediaResolver = new UserMediaResolver(this.pcast, {
aspectRatio: this.props.aspectRatio,
resolutionHeight: parseInt(this.props.resolution, 10),
frameRate: parseInt(this.props.frameRate, 10)
});
this.changeSelectedDevices();

@@ -213,2 +221,2 @@ }

export default GUMConfiguration;
export default GUMConfiguration;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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