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

youbora-adapter-hlsjs

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youbora-adapter-hlsjs - npm Package Compare versions

Comparing version 6.5.3 to 6.5.4

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [6.5.4] - 2019-10-16
### Fixed
- Autoplay non blocked detection for VoD
## [6.5.3] - 2019-10-15

@@ -2,0 +6,0 @@ ### Library

4

manifest.json

@@ -6,4 +6,4 @@ {

"author": "Jesus Lopez",
"version": "6.5.3",
"built": "2019-10-15",
"version": "6.5.4",
"built": "2019-10-16",
"repo": "https://bitbucket.org/npaw/hlsjs-adapter-js",

@@ -10,0 +10,0 @@ "libVersion": "^6.5.17",

{
"name": "youbora-adapter-hlsjs",
"version": "6.5.3",
"version": "6.5.4",
"main": "src/adapter.js",

@@ -5,0 +5,0 @@ "description": "Youbora adapter for hlsjs",

@@ -147,5 +147,8 @@ var youbora = require('youboralib')

progressListener: function (e) {
if (!this.flags.isStarted && this.getPlayhead() > 0.2 && this.startedOnce) {
this.fireStart()
this.fireJoin()
if (!this.flags.isStarted) {
if (this.getPlayhead() > 0.2 &&
(this.startedOnce || !this.plugin.getIsLive())) {
this.fireStart()
this.fireJoin()
}
}

@@ -152,0 +155,0 @@ },

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