Socket
Socket
Sign inDemoInstall

video-react

Package Overview
Dependencies
27
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.3 to 0.4.4

5

CHANGELOG.md

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

<a name="0.4.4"></a>
## [0.4.4](https://github.com/video-react/video-react/compare/0.4.3...v0.4.4) (2016-11-29)
- Using base64 string for fonts in scss
<a name="0.4.3"></a>

@@ -2,0 +7,0 @@ ## [0.4.3](https://github.com/video-react/video-react/compare/0.4.2...v0.4.3) (2016-11-24)

1

lib/components/BigPlayButton.js

@@ -73,2 +73,3 @@ 'use strict';

'aria-live': 'polite',
tabIndex: '0',
onClick: this.handleClick

@@ -75,0 +76,0 @@ },

2

lib/components/control-bar/ForwardControl.js

@@ -13,3 +13,3 @@ 'use strict';

// Pass mode into parent function
// Pass mode into parent function
exports.default = new _ForwardReplayControl2.default('forward');

@@ -82,2 +82,3 @@ 'use strict';

className: (0, _classnames2.default)((_classNames = {}, _defineProperty(_classNames, 'video-react-icon-' + mode + '-' + seconds, true), _defineProperty(_classNames, 'video-react-' + mode + '-control', true), _classNames), 'video-react-control video-react-button video-react-icon'),
tabIndex: '0',
onClick: this.handleClick

@@ -84,0 +85,0 @@ },

@@ -73,3 +73,3 @@ 'use strict';

type: 'button',
'aria-live': 'polite',
tabIndex: '0',
onClick: this.handleClick

@@ -76,0 +76,0 @@ },

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

var defaultProps = {
rates: [0.25, 0.5, 1, 1.25, 1.5, 2]
};
var PlaybackRate = function (_Component) {

@@ -114,2 +118,3 @@ _inherits(PlaybackRate, _Component);

PlaybackRate.propTypes = propTypes;
PlaybackRate.defaultProps = defaultProps;
exports.default = PlaybackRate;

@@ -80,2 +80,3 @@ 'use strict';

}),
tabIndex: '0',
onClick: this.handleClick

@@ -82,0 +83,0 @@ },

@@ -86,3 +86,4 @@ 'use strict';

onMouseMove: this.handleMouseMoveThrottle,
className: 'video-react-progress-control video-react-control'
className: 'video-react-progress-control video-react-control',
tabIndex: '0'
},

@@ -89,0 +90,0 @@ _react2.default.createElement(_SeekBar2.default, _extends({

@@ -51,2 +51,3 @@ "use strict";

role: "presentation",
tabIndex: "0",
onClick: this.handleClick

@@ -53,0 +54,0 @@ },

@@ -91,2 +91,3 @@ 'use strict';

role: 'presentation',
tabIndex: '0',
onClick: this.handleClick

@@ -93,0 +94,0 @@ },

@@ -71,2 +71,3 @@ 'use strict';

role: 'button',
tabIndex: '0',
onClick: this.handleClick

@@ -73,0 +74,0 @@ },

@@ -222,3 +222,2 @@ 'use strict';

onClick: this.handleClick,
tabIndex: 0,
'aria-label': label || '',

@@ -225,0 +224,0 @@ 'aria-valuenow': valuenow || '',

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

@@ -6,2 +6,4 @@

[![npm version](https://badge.fury.io/js/video-react.svg)](https://badge.fury.io/js/video-react)
## Installation

@@ -71,4 +73,5 @@

* This project is heavily inspired by [video.js](http://www.videojs.com).
* This project is heavily inspired by [video.js](http://www.videojs.com), and most of our css styles came from [video.js's styles](https://github.com/videojs/video.js/tree/master/src/css).
* The document site is built with [reactstrap](https://github.com/reactstrap/reactstrap).
* All the icons came from [Google Material Icons](https://material.io/icons/)
* Fonts were built by [iconmon](https://icomoon.io/).

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

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