Socket
Socket
Sign inDemoInstall

video-react

Package Overview
Dependencies
13
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.14.1 to 0.15.0

5

CHANGELOG.md

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

<a name="0.15.0"></a>
# [0.15.0](https://github.com/video-react/video-react/compare/0.14.1...0.15.0) (2022-01-08)
<a name="0.14.1"></a>

@@ -2,0 +7,0 @@ ## [0.14.1](https://github.com/video-react/video-react/compare/0.14.0...0.14.1) (2019-07-24)

2

lib/components/BigPlayButton.js

@@ -70,3 +70,3 @@ "use strict";

return _react["default"].createElement("button", {
className: (0, _classnames["default"])('video-react-big-play-button', "video-react-big-play-button-".concat(position), this.props.className, {
className: (0, _classnames["default"])('video-react-button', 'video-react-big-play-button', "video-react-big-play-button-".concat(position), this.props.className, {
'big-play-button-hide': player.hasStarted || !player.currentSrc

@@ -73,0 +73,0 @@ }),

@@ -63,2 +63,7 @@ "use strict";

(0, _createClass2["default"])(ClickableComponent, [{
key: "componentWillUnmount",
value: function componentWillUnmount(e) {
this.handleBlur(e);
}
}, {
key: "handleKeypress",

@@ -65,0 +70,0 @@ value: function handleKeypress(event) {

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

@@ -85,4 +85,4 @@ "main": "lib/index.js",

"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
},

@@ -130,4 +130,4 @@ "devDependencies": {

"raw-loader": "^1.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^5.2.1",

@@ -134,0 +134,0 @@ "react-prism": "^4.3.2",

@@ -52,2 +52,16 @@ # video-react

## Browser support
| Browser | Windows | Mac | Linux | Android | iOS |
| :-----: | :------: | :---: | :---: | :------: | :--------: |
| Chrome | **Y** | **Y** | **Y** | **Y** | **Native** |
| Firefox | **Y** | **Y** | **Y** | untested | **Native** |
| Edge | **Y** | - | - | - | - |
| IE 11 | untested | - | - | - | - |
| Safari | - | **Y** | - | - | **Y** |
Please note that only the latest stable version is tested and supported. Video-react may be usable in older releases, and we will accept pull requests for them, but they will not be frequently tested or actively supported.
For the items marked as "untested", we do welcome volunteer testers.
## Development

@@ -61,3 +75,3 @@

### run from local
### Run from local

@@ -64,0 +78,0 @@ ```bash

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 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 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