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

amazon-ivs-player

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-ivs-player - npm Package Compare versions

Comparing version 1.25.0 to 1.26.0

22

dist/index.d.ts

@@ -138,2 +138,3 @@

getPosition(): number;
getSyncTime(): number;
getQualities(): Quality[];

@@ -429,2 +430,15 @@ getQuality(): Quality;

getPosition(): number;
/**
* Gets the synchronized time, in milliseconds
*
* The synchronized time is a UTC time that represents a specific time during playback,
* at a granularity of 1 second. It can be used to sync external events and state to
* a specific moment during playback.
*
* Note an event is dispatched when this value changes:
* {@link PlayerEventType} events.
*
* @returns The current synchronized time of the player, in milliseconds.
*/
getSyncTime(): number;

@@ -747,2 +761,9 @@

/**
* Indicates that the player syncTime changed.
* @updated {@link Player.getSyncTime}
* @param payload - `number` The updated syncTime of the player, in milliseconds.
* @event
*/
SYNC_TIME_UPDATE = "PlayerSyncTimeUpdate",
/**
* Indicates that the buffer size changed. This can be caused by an addition to or removal from the buffer.

@@ -813,2 +834,3 @@ * @updated {@link Player.getPosition} {@link Player.getBufferDuration} {@link Player.getBuffered}

[PlayerEventType.TIME_UPDATE]: number;
[PlayerEventType.SYNC_TIME_UPDATE]: number;
[PlayerEventType.VOLUME_CHANGED]: number;

@@ -815,0 +837,0 @@

2

package.json
{
"name": "amazon-ivs-player",
"version": "1.25.0",
"version": "1.26.0",
"description": "Amazon IVS Player Web SDK",

@@ -5,0 +5,0 @@ "homepage": "https://aws.amazon.com/ivs/",

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 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