react-video-renderer
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -24,2 +24,3 @@ "use strict"; | ||
}; | ||
var isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); | ||
var Video = (function (_super) { | ||
@@ -189,3 +190,3 @@ __extends(Video, _super); | ||
controls: false, | ||
preload: 'metadata' | ||
preload: isSafari ? 'auto' : 'metadata' | ||
}; | ||
@@ -192,0 +193,0 @@ return Video; |
{ | ||
"name": "react-video-renderer", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:zzarcon/react-video-renderer.git", |
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
15564
284