New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

maestro-react-player

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maestro-react-player - npm Package Compare versions

Comparing version 1.2.14 to 1.2.15

.idea/codeStyles/codeStyleConfig.xml

5

lib/players/FilePlayer.js

@@ -150,3 +150,4 @@ 'use strict';

onError = _props.onError,
playsinline = _props.playsinline;
playsinline = _props.playsinline,
videoElementId = _props.videoElementId;

@@ -160,2 +161,4 @@ this.player.addEventListener('canplay', onReady);

this.player.addEventListener('volumechange', onVolumeChange);
// wow
this.player.setAttribute('id', videoElementId);
if (playsinline) {

@@ -162,0 +165,0 @@ this.player.setAttribute('playsinline', '');

2

package.json
{
"name": "maestro-react-player",
"version": "1.2.14",
"version": "1.2.15",
"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/ReactPlayer.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