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
2
Versions
38
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

to
6.8.5

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [6.8.5] - 2022-06-28
### Added
- Additional check to prevent reporting wrong buffer events
### Library
- Packaged with `lib 6.8.24`
## [6.8.4] - 2022-05-26

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

6

manifest.json

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

"author": "Jesus Lopez",
"version": "6.8.4",
"built": "2022-05-26",
"version": "6.8.5",
"built": "2022-06-28",
"repo": "https://bitbucket.org/npaw/hlsjs-adapter-js",
"libVersion": "^6.8.21",
"libVersion": "^6.8.24",
"features": {

@@ -12,0 +12,0 @@ "buffer": "native",

{
"name": "youbora-adapter-hlsjs",
"version": "6.8.4",
"version": "6.8.5",
"main": "src/adapter.js",

@@ -15,7 +15,7 @@ "description": "Youbora adapter for hlsjs",

"dependencies": {
"youboralib": "^6.8.21"
"youboralib": "^6.8.24"
},
"devDependencies": {
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"youboralib-util": "^1.4.1"

@@ -22,0 +22,0 @@ },

@@ -206,3 +206,5 @@ /* global Hls */

bufferingListener: function(e) {
this.fireBufferBegin()
if (!this.tag || this.tag.readyState === 2) {
this.fireBufferBegin()
}
},

@@ -209,0 +211,0 @@