Socket
Socket
Sign inDemoInstall

video-react

Package Overview
Dependencies
4
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.0 to 0.13.1

5

CHANGELOG.md

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

<a name="0.13.1"></a>
## [0.13.1](https://github.com/video-react/video-react/compare/0.13.0...0.13.1) (2018-10-29)
<a name="0.13.0"></a>

@@ -2,0 +7,0 @@ # [0.13.0](https://github.com/video-react/video-react/compare/0.12.0...0.13.0) (2018-07-07)

10

lib/components/menu/MenuButton.js

@@ -80,6 +80,10 @@ 'use strict';

// componentDidUpdate(prevProps) {
// }
_createClass(MenuButton, [{
key: 'componentDidUpdate',
value: function componentDidUpdate(prevProps) {
if (prevProps.selectedIndex !== this.props.selectedIndex) {
this.activateMenuItem(this.props.selectedIndex);
}
}
}, {
key: 'commitSelection',

@@ -86,0 +90,0 @@ value: function commitSelection(index) {

{
"name": "video-react",
"version": "0.13.0",
"version": "0.13.1",
"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 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 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 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc