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.1.1 to 1.1.2

11

lib/players/Iframe.js

@@ -61,6 +61,9 @@ 'use strict';

if (!this.container) return;
setTimeout(function () {
return _this2.props.onReady();
}, 3000);
if (!this.container) {
this.props.onReady();
} else {
setTimeout(function () {
return _this2.props.onReady();
}, 3000);
}
}

@@ -67,0 +70,0 @@ }, {

{
"name": "maestro-react-player",
"version": "1.1.1",
"version": "1.1.2",
"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