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

amazon-chime-sdk-js

Package Overview
Dependencies
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-chime-sdk-js - npm Package Compare versions

Comparing version 2.20.0 to 2.20.1

6

build/versioning/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
"hash": "cae9c7e",
"raw": "v2.20.0",
"semverString": "2.20.0"
"hash": "7902cdb",
"raw": "v2.20.1",
"semverString": "2.20.1"
};
//# sourceMappingURL=version.js.map

@@ -133,3 +133,6 @@ "use strict";

let scale = 1;
if (setting && this.scaleResolution && !this.hasBandwidthPriority && this.numParticipants > 2) {
if (setting.height !== undefined &&
this.scaleResolution &&
!this.hasBandwidthPriority &&
this.numParticipants > 2) {
const targetHeight = NScaleVideoUplinkBandwidthPolicy.targetHeightArray[Math.min(this.numParticipants, NScaleVideoUplinkBandwidthPolicy.targetHeightArray.length - 1)];

@@ -136,0 +139,0 @@ scale = Math.max(setting.height / targetHeight, 1);

{
"name": "amazon-chime-sdk-js",
"version": "2.20.0",
"version": "2.20.1",
"description": "Amazon Chime SDK for JavaScript",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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