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.2 to 1.1.3

3

lib/players/Iframe.js

@@ -28,3 +28,2 @@ 'use strict';

var MATCH_URL = /^(https?:\/\/)?([\da-z\\.-]+)\.([a-z\\.]{2,6})([\\/\w \\.-]*)*\/?$/;
var PLAYER_ID_PREFIX = 'Iframe-player-';

@@ -173,5 +172,5 @@

Iframe.canPlay = function (url) {
return MATCH_URL.test(url);
return true;
};
exports['default'] = (0, _singlePlayer2['default'])(Iframe);
{
"name": "maestro-react-player",
"version": "1.1.2",
"version": "1.1.3",
"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