react-video-renderer
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -22,3 +22,3 @@ var __extends = (this && this.__extends) || (function () { | ||
}; | ||
var isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); | ||
var isSafari = typeof navigator !== 'undefined' ? /^((?!chrome|android).)*safari/i.test(navigator.userAgent) : false; | ||
var Video = (function (_super) { | ||
@@ -25,0 +25,0 @@ __extends(Video, _super); |
@@ -24,3 +24,3 @@ "use strict"; | ||
}; | ||
var isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); | ||
var isSafari = typeof navigator !== 'undefined' ? /^((?!chrome|android).)*safari/i.test(navigator.userAgent) : false; | ||
var Video = (function (_super) { | ||
@@ -27,0 +27,0 @@ __extends(Video, _super); |
{ | ||
"name": "react-video-renderer", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"main": "dist/es5/index.js", | ||
@@ -5,0 +5,0 @@ "jsnext:main": "dist/es2015/index.js", |
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
36667