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.12 to 2.9.14

11

lazy/players/MediaKindPlayer.js

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

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