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

amazon-ivs-player

Package Overview
Dependencies
Maintainers
6
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.21.0 to 1.22.0

9

dist/index.d.ts

@@ -25,3 +25,3 @@

/**
* A function which creates a {@link MediaPlayer} instance.
* Creates a {@link MediaPlayer} instance.
* @throws Throws an Error if WebAssembly is not supported by the browser. Check {@link isPlayerSupported} to determine support beforehand,

@@ -80,2 +80,9 @@ * or wrap in a try/catch block to prevent uncaught exceptions.

/**
* Returns the version of the player.
* @returns The semantic version of the player.
* @public
*/
export declare function getVersion(): string;
/**
* A boolean indicating whether the player is supported by the browser. The player is only supported in environments

@@ -82,0 +89,0 @@ * which support WebAssembly (WASM).

2

package.json
{
"name": "amazon-ivs-player",
"version": "1.21.0",
"version": "1.22.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