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

cueplayer-react

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cueplayer-react - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

5

CHANGELOG.md

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

<a name="0.3.8"></a>
## [0.3.8](https://github.com/joelhooks/cueplayer-react/compare/0.0.6...0.3.8) (2021-06-11)
<a name="0.3.7"></a>

@@ -2,0 +7,0 @@ ## [0.3.7](https://github.com/joelhooks/cueplayer-react/compare/0.0.6...0.3.7) (2021-06-11)

2

lib/components/BigPlayButton.js

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

var defaultProps = {
position: 'left'
position: 'center'
};

@@ -44,0 +44,0 @@

@@ -30,2 +30,4 @@ "use strict";

var _fullscreen = _interopRequireDefault(require("../../utils/fullscreen"));
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2["default"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2["default"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2["default"])(this, result); }; }

@@ -64,2 +66,6 @@

actions.toggleFullscreen(player, fullscreenElement);
if (fullscreenElement) {
actions.handleFullscreenChange(_fullscreen["default"].isFullscreen);
}
}

@@ -66,0 +72,0 @@ }, {

@@ -202,2 +202,8 @@ "use strict";

});
Object.defineProperty(exports, "fullscreen", {
enumerable: true,
get: function get() {
return _fullscreen["default"];
}
});
exports.videoActions = exports.playerActions = void 0;

@@ -269,2 +275,4 @@

var _reducers = require("./reducers");
var _reducers = require("./reducers");
var _fullscreen = _interopRequireDefault(require("./utils/fullscreen"));
{
"name": "cueplayer-react",
"version": "0.3.7",
"version": "0.3.8",
"description": "cueplayer-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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc