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

react-player-custom

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-player-custom - npm Package Compare versions

Comparing version 1.11.6 to 1.11.7

.history/package_20190517180538.json

5

lib/players/FilePlayer.js

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

_this2.dash = dashjs.MediaPlayer().create();
_this2.dash.initialize(_this2.player, url, _this2.props.playing);
_this2.dash.getDebug().setLogToBrowserConsole(true);
_this2.dash.setXHRWithCredentialsForType("", true);
Object.keys(dashConfig).map(function (x) {

@@ -272,2 +271,4 @@ console.log(dashConfig[x], dashConfig[x].params, dashConfig[x].callback);

});
_this2.dash.initialize(_this2.player, url, _this2.props.playing);
_this2.dash.getDebug().setLogToBrowserConsole(true);
});

@@ -274,0 +275,0 @@ }

2

package.json
{
"name": "react-player-custom",
"version": "1.11.6",
"version": "1.11.7",
"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