Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@videojs/http-streaming

Package Overview
Dependencies
Maintainers
14
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@videojs/http-streaming - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

docs/api/ad-cue-tags.js.html

11

CHANGELOG.md

@@ -9,2 +9,13 @@ CHANGELOG

--------------------
## 0.5.2
* add debug logging statement for seekable updates ([#40](https://github.com/videojs/http-streaming/pull/40))
## 0.5.1
* Fix audio only streams with EXT-X-MEDIA tags ([#34](https://github.com/videojs/http-streaming/pull/34))
* Merge videojs-contrib-hls master into http-streaming master ([#35](https://github.com/videojs/http-streaming/pull/35))
* Update sinon to 1.10.3=
* Update videojs-contrib-quality-levels to ^2.0.4
* Fix test for event handler cleanup on dispose by calling event handling methods
* fix: Don't reset eme options ([#32](https://github.com/videojs/http-streaming/pull/32))
## 0.5.0

@@ -11,0 +22,0 @@ * update mpd-parser to support more segment list types ([#27](https://github.com/videojs/http-streaming/issues/27))

@@ -60,2 +60,6 @@ 'use strict';

var _logger = require('./util/logger');
var _logger2 = _interopRequireDefault(_logger);
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

@@ -208,2 +212,4 @@

_this.logger_ = (0, _logger2.default)('MPC');
_this.masterPlaylistLoader_.load();

@@ -975,2 +981,4 @@ return _this;

this.logger_('seekable updated [' + Ranges.printableRange(this.seekable_) + ']');
this.tech_.trigger('seekablechanged');

@@ -977,0 +985,0 @@ }

2

package.json
{
"name": "@videojs/http-streaming",
"version": "0.5.1",
"version": "0.5.2",
"description": "Play back HLS with video.js, even where it's not natively supported",

@@ -5,0 +5,0 @@ "main": "es5/videojs-http-streaming.js",

@@ -5,2 +5,3 @@ # videojs-http-streaming (VHS)

[![Slack Status][slack-icon]][slack-link]
[![Greenkeeper badge][greenkeeper-icon]][greenkeeper-link]

@@ -693,1 +694,3 @@ Play HLS, DASH, and future HTTP streaming protocols with video.js, even where they're not

[travis-link]: https://travis-ci.org/videojs/http-streaming
[greenkeeper-icon]: https://badges.greenkeeper.io/videojs/http-streaming.svg
[greenkeeper-link]: https://greenkeeper.io/

@@ -22,2 +22,3 @@ /**

import { createMediaTypes, setupMediaGroups } from './media-groups';
import logger from './util/logger';

@@ -156,2 +157,4 @@ const ABORT_EARLY_BLACKLIST_SECONDS = 60 * 2;

this.logger_ = logger('MPC');
this.masterPlaylistLoader_.load();

@@ -883,2 +886,4 @@ }

this.logger_(`seekable updated [${Ranges.printableRange(this.seekable_)}]`);
this.tech_.trigger('seekablechanged');

@@ -885,0 +890,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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