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.16 to 1.0.17

16

index.js

@@ -88,8 +88,12 @@ import {HTML5Video, Log, Events} from 'clappr'

this._player.destroy().
then(() => this._destroy()).
catch(() => {
this._destroy()
Log.error('shaka could not be destroyed')
})
if (this._player) {
this._destroy()
} else {
this._player.destroy().
then(() => this._destroy()).
catch(() => {
this._destroy()
Log.error('shaka could not be destroyed')
})
}
}

@@ -96,0 +100,0 @@

{
"name": "dash-shaka-playback",
"version": "1.0.16",
"version": "1.0.17",
"description": "clappr dash playback based on shaka player",

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

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