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

video-react

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

video-react - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

9

CHANGELOG.md

@@ -0,6 +1,11 @@

<a name="0.8.6"></a>
## [0.8.6](https://github.com/video-react/video-react/compare/v0.8.5...v0.8.6) (2017-07-22)
Fixed #41 BigPlayButton Arrests Keyboard
<a name="0.8.5"></a>
## [0.8.5](https://github.com/video-react/video-react/compare/v0.8.4...v0.8.5) (2017-06-08)
Add option to always show volume control #38 by Alex Koppel (@arsduo)

@@ -7,0 +12,0 @@

@@ -69,9 +69,8 @@ 'use strict';

if (player.hasStarted || !player.currentSrc) {
return null;
}
return _react2.default.createElement(
'button',
{
className: (0, _classnames2.default)('video-react-big-play-button', 'video-react-big-play-button-' + position, this.props.className),
className: (0, _classnames2.default)('video-react-big-play-button', 'video-react-big-play-button-' + position, this.props.className, {
'big-play-button-hide': player.hasStarted || !player.currentSrc
}),
type: 'button',

@@ -78,0 +77,0 @@ 'aria-live': 'polite',

{
"name": "video-react",
"version": "0.8.5",
"version": "0.8.6",
"description": "Video-React is a web video player built from the ground up for an HTML5 world using React library.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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