react-player
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -42,2 +42,3 @@ import * as React from 'react'; | ||
options?: Object; | ||
playerId?: string; | ||
} | ||
@@ -44,0 +45,0 @@ |
@@ -42,2 +42,3 @@ import * as React from 'react'; | ||
options?: Object; | ||
playerId?: string; | ||
} | ||
@@ -44,0 +45,0 @@ |
@@ -309,3 +309,11 @@ "use strict"; | ||
_this2.dash.getDebug().setLogToBrowserConsole(false); | ||
if (parseInt(dashVersion) < 3) { | ||
_this2.dash.getDebug().setLogToBrowserConsole(false); | ||
} else { | ||
_this2.dash.updateSettings({ | ||
debug: { | ||
logLevel: dashjs.Debug.LOG_LEVEL_NONE | ||
} | ||
}); | ||
} | ||
}); | ||
@@ -312,0 +320,0 @@ } |
@@ -309,3 +309,11 @@ "use strict"; | ||
_this2.dash.getDebug().setLogToBrowserConsole(false); | ||
if (parseInt(dashVersion) < 3) { | ||
_this2.dash.getDebug().setLogToBrowserConsole(false); | ||
} else { | ||
_this2.dash.updateSettings({ | ||
debug: { | ||
logLevel: dashjs.Debug.LOG_LEVEL_NONE | ||
} | ||
}); | ||
} | ||
}); | ||
@@ -312,0 +320,0 @@ } |
{ | ||
"name": "react-player", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1387899
66
8634