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

dash-shaka-playback

Package Overview
Dependencies
Maintainers
5
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-shaka-playback - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

9

index.js

@@ -26,3 +26,3 @@ import {HTML5Video, Log, Events} from 'clappr'

super(_options)
this._isReadyState = false
this._isShakaReadyState = false
this._levels = []

@@ -66,3 +66,3 @@ this._options.shaka = _options.shaka || {}

get isReady() {return this._isReadyState}
get isReady() {return this._isShakaReadyState}

@@ -82,3 +82,3 @@ // skipping error handling on video tag in favor of error on shaka

this._player = null
this._isReadyState = false
this._isShakaReadyState = false
}).

@@ -161,3 +161,3 @@ catch(() => { Log.error('shaka could not be unloaded') })

super.destroy()
this._isReadyState = false
this._isShakaReadyState = false
Log.debug('shaka was destroyed')

@@ -167,2 +167,3 @@ }

_ready() {
this._isShakaReadyState = true
super._ready()

@@ -169,0 +170,0 @@ }

{
"name": "dash-shaka-playback",
"version": "1.0.13",
"version": "1.0.14",
"description": "clappr dash playback based on shaka player",

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

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