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.5 to 0.3.6

5

CHANGELOG.md

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

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

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

8

lib/index.js

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

});
Object.defineProperty(exports, "SidePanel", {
enumerable: true,
get: function get() {
return _SidePanel["default"];
}
});
Object.defineProperty(exports, "CueBar", {

@@ -261,4 +255,2 @@ enumerable: true,

var _SidePanel = _interopRequireDefault(require("../docs/lib/Components/side-panel/SidePanel"));
var _CueBar = _interopRequireDefault(require("./components/cue-bar/CueBar"));

@@ -265,0 +257,0 @@

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

exports.isVideoChild = isVideoChild;
exports.isSidePanelChild = isSidePanelChild;
exports.mergeAndSortChildren = mergeAndSortChildren;

@@ -86,14 +85,2 @@ exports.deprecatedWarning = deprecatedWarning;

return c.type === 'source' || c.type === 'track';
} // Check if the element belongs to a video element
// only accept <source />, <track />,
// <MyComponent isVideoChild />
// elements
function isSidePanelChild(c) {
if (c.props && c.props.isSidePanelChild) {
return true;
}
return c.type === 'SideBar';
}

@@ -100,0 +87,0 @@

2

package.json
{
"name": "cueplayer-react",
"version": "0.3.5",
"version": "0.3.6",
"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