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.22.0 to 1.23.0-rc.3.2

26

dist/index.d.ts

@@ -589,2 +589,6 @@

/**
* Contains details about the service worker configuration.
*/
serviceWorker?: ServiceWorkerConfig;
}

@@ -901,2 +905,24 @@

/**
* @public
* Configuration for a service worker. Primary used to enable low latency
* mode on iOS Safari.
*/
export declare interface ServiceWorkerConfig {
/**
* URL to the service worker script.
* */
url: string;
/**
* Scope of the service worker. Defaults to the service worker path.
* */
scope?: string;
}
/**
* Maps {@link PlayerState} event names to their payload values.

@@ -903,0 +929,0 @@ * All state events return `void`.

2

package.json
{
"name": "amazon-ivs-player",
"version": "1.22.0",
"version": "1.23.0-rc.3.2",
"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