@silvermine/videojs-chromecast
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@silvermine/videojs-chromecast", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "video.js plugin for casting to chromecast", | ||
"main": "src/js/index.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'", | ||
"commitlint": "commitlint --from d4e7f7e", | ||
"test": "check-node-version --node 12.14.0 --npm 6.13.4 && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'", | ||
"prepublish": "grunt build" | ||
@@ -30,28 +31,31 @@ }, | ||
"class.extend": "0.9.1", | ||
"underscore": "1.8.3", | ||
"underscore": "1.9.1", | ||
"webcomponents.js": "git+https://git@github.com/webcomponents/webcomponentsjs.git#v0.7.24" | ||
}, | ||
"devDependencies": { | ||
"@silvermine/eslint-config": "1.5.0", | ||
"@commitlint/cli": "8.3.5", | ||
"@commitlint/travis-cli": "8.3.5", | ||
"@silvermine/eslint-config": "3.0.0-rc.0", | ||
"@silvermine/sass-lint-config": "1.1.0", | ||
"autoprefixer": "7.1.1", | ||
"check-node-version": "4.0.3", | ||
"coveralls": "3.0.2", | ||
"eslint": "4.0.0", | ||
"eslint": "6.8.0", | ||
"expect.js": "0.3.1", | ||
"grunt": "1.0.3", | ||
"grunt": "1.1.0", | ||
"grunt-browserify": "5.3.0", | ||
"grunt-contrib-clean": "1.1.0", | ||
"grunt-contrib-clean": "2.0.0", | ||
"grunt-contrib-copy": "1.0.0", | ||
"grunt-contrib-uglify": "3.0.1", | ||
"grunt-contrib-watch": "1.1.0", | ||
"grunt-eslint": "20.0.0", | ||
"grunt-postcss": "0.8.0", | ||
"grunt-sass": "2.0.0", | ||
"grunt-eslint": "22.0.0", | ||
"grunt-postcss": "0.9.0", | ||
"grunt-sass": "3.1.0", | ||
"istanbul": "0.4.5", | ||
"mocha": "5.2.0", | ||
"mocha-lcov-reporter": "1.3.0", | ||
"node-sass": "4.14.1", | ||
"rewire": "2.5.2", | ||
"silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414", | ||
"sinon": "2.3.5", | ||
"underscore": "1.8.3" | ||
"sinon": "2.3.5" | ||
}, | ||
@@ -58,0 +62,0 @@ "peerDependencies": { |
@@ -61,4 +61,4 @@ 'use strict'; | ||
indexOpt = options.buttonPositionIndex >= 0 | ||
? options.buttonPositionIndex | ||
: player.controlBar.children().length + options.buttonPositionIndex; | ||
? options.buttonPositionIndex | ||
: player.controlBar.children().length + options.buttonPositionIndex; | ||
} | ||
@@ -65,0 +65,0 @@ player.controlBar.addChild('chromecastButton', options, indexOpt); |
@@ -13,3 +13,3 @@ 'use strict'; | ||
/** | ||
/** | ||
* The Video.js Tech class is the base class for classes that provide media playback | ||
@@ -463,2 +463,9 @@ * technology implementations to Video.js such as HTML5, Flash and HLS. | ||
/** | ||
* Does nothing. Satisfies calls to the missing preload method. | ||
*/ | ||
preload: function() { | ||
// Not supported | ||
}, | ||
/** | ||
* Causes the Tech to begin loading the current source. `load` is not supported in this | ||
@@ -465,0 +472,0 @@ * ChromecastTech because setting the source on the `Chromecast` automatically causes |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
498304
37
11173
25
+ Addedunderscore@1.9.1(transitive)
- Removedunderscore@1.8.3(transitive)
Updatedunderscore@1.9.1