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

videojs-contrib-dash

Package Overview
Dependencies
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

videojs-contrib-dash - npm Package Compare versions

Comparing version 2.9.1 to 2.9.2

3

CHANGELOG.md

@@ -8,2 +8,5 @@ CHANGELOG

--------------------
## 2.9.2 (2017-10-11)
* Depend on either Video.js 5.x or 6.x
## 2.9.1 (2017-06-15)

@@ -10,0 +13,0 @@ * Fix text tracks in IE

6

dist/videojs-dash.js
/**
* videojs-contrib-dash
* @version 2.9.1
* @version 2.9.2
* @copyright 2017 Brightcove, Inc

@@ -151,6 +151,6 @@ * @license Apache-2.0

};
}
})
// Add track to videojs track list
).map(function (_ref) {
.map(function (_ref) {
var trackConfig = _ref.trackConfig,

@@ -157,0 +157,0 @@ dashTrack = _ref.dashTrack;

/**
* videojs-contrib-dash
* @version 2.9.1
* @version 2.9.2
* @copyright 2017 Brightcove, Inc

@@ -5,0 +5,0 @@ * @license Apache-2.0

@@ -48,6 +48,6 @@ 'use strict';

};
}
})
// Add track to videojs track list
).map(function (_ref) {
.map(function (_ref) {
var trackConfig = _ref.trackConfig,

@@ -54,0 +54,0 @@ dashTrack = _ref.dashTrack;

@@ -9,3 +9,3 @@ {

},
"version": "2.9.1",
"version": "2.9.2",
"author": "Brightcove, Inc",

@@ -60,3 +60,3 @@ "license": "Apache-2.0",

"global": "^4.3.0",
"video.js": "^5.18.0"
"video.js": "^5.18.0 || ^6.2.8"
},

@@ -63,0 +63,0 @@ "devDependencies": {

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