@spce/react-player
Advanced tools
Comparing version 2.9.12 to 2.9.14
@@ -137,6 +137,3 @@ "use strict"; | ||
var sourceConfig = _defineProperty({ | ||
title: "Title for your source", | ||
description: "Brief description of your source" | ||
}, mediakindConfig.type, _this2.props.url); | ||
var sourceConfig = _defineProperty({}, mediakindConfig.type, _this2.props.url); | ||
@@ -230,4 +227,3 @@ if (mediakindConfig.drm) { | ||
display = _this$props.display, | ||
playsinline = _this$props.playsinline, | ||
controls = _this$props.controls; | ||
playsinline = _this$props.playsinline; | ||
var style = { | ||
@@ -251,4 +247,3 @@ width: "100%", | ||
style: style, | ||
tabIndex: "0", | ||
controls: controls | ||
tabIndex: "0" | ||
})); | ||
@@ -255,0 +250,0 @@ } |
@@ -137,6 +137,3 @@ "use strict"; | ||
var sourceConfig = _defineProperty({ | ||
title: "Title for your source", | ||
description: "Brief description of your source" | ||
}, mediakindConfig.type, _this2.props.url); | ||
var sourceConfig = _defineProperty({}, mediakindConfig.type, _this2.props.url); | ||
@@ -230,4 +227,3 @@ if (mediakindConfig.drm) { | ||
display = _this$props.display, | ||
playsinline = _this$props.playsinline, | ||
controls = _this$props.controls; | ||
playsinline = _this$props.playsinline; | ||
var style = { | ||
@@ -251,4 +247,3 @@ width: "100%", | ||
style: style, | ||
tabIndex: "0", | ||
controls: controls | ||
tabIndex: "0" | ||
})); | ||
@@ -255,0 +250,0 @@ } |
{ | ||
"name": "@spce/react-player", | ||
"version": "2.9.12", | ||
"version": "2.9.14", | ||
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion", | ||
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1600355
10873