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

@spce/react-player

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spce/react-player - npm Package Compare versions

Comparing version 2.9.9 to 2.9.10

7

lazy/players/MediaKindPlayer.js

@@ -120,4 +120,5 @@ "use strict";

var mediakindConfig = _this2.props.config.mediakind;
var playerConfig = {
key: _this2.props.config.mediakind.licenseKey,
key: mediakindConfig.licenseKey,
playback: {

@@ -143,4 +144,4 @@ playsInline: _this2.props.playsinline,

if (_this2.props.config.drm) {
sourceConfig.drm = _this2.props.config.drm;
if (mediakindConfig.drm) {
sourceConfig.drm = mediakindConfig.drm;
}

@@ -147,0 +148,0 @@

@@ -120,4 +120,5 @@ "use strict";

var mediakindConfig = _this2.props.config.mediakind;
var playerConfig = {
key: _this2.props.config.mediakind.licenseKey,
key: mediakindConfig.licenseKey,
playback: {

@@ -143,4 +144,4 @@ playsInline: _this2.props.playsinline,

if (_this2.props.config.drm) {
sourceConfig.drm = _this2.props.config.drm;
if (mediakindConfig.drm) {
sourceConfig.drm = mediakindConfig.drm;
}

@@ -147,0 +148,0 @@

{
"name": "@spce/react-player",
"version": "2.9.9",
"version": "2.9.10",
"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

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