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
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.8.2 to 6.8.3

6

CHANGELOG.md

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

## [6.8.3] - 2022-03-29
### Added
- `getLatency` implementation to track latency for live videos
### Library
- Packaged with `lib 6.8.15`
## [6.8.2] - 2022-01-03

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

9

manifest.json

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

"author": "Jesus Lopez",
"version": "6.8.2",
"built": "2022-01-03",
"version": "6.8.3",
"built": "2022-03-29",
"repo": "https://bitbucket.org/npaw/hlsjs-adapter-js",
"libVersion": "^6.8.10",
"libVersion": "^6.8.15",
"features": {

@@ -27,3 +27,4 @@ "buffer": "native",

"getResource",
"getPlayerVersion"
"getPlayerVersion",
"getLatency"
]

@@ -30,0 +31,0 @@ },

{
"name": "youbora-adapter-hlsjs",
"version": "6.8.2",
"version": "6.8.3",
"main": "src/adapter.js",

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

"dependencies": {
"youboralib": "^6.8.10"
"youboralib": "^6.8.15"
},
"devDependencies": {
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"youboralib-util": "^1.4.1"

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

@@ -83,2 +83,7 @@ /* global Hls */

getLatency: function () {
var latency = this.player.latency
return latency ? latency * 1000 : undefined
},
/** Override to return resource URL. */

@@ -85,0 +90,0 @@ getResource: function () {

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