cardboard-vr-display
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "cardboard-vr-display", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"homepage": "https://github.com/immersive-web/cardboard-vr-display", | ||
@@ -43,4 +43,4 @@ "authors": [ | ||
"nosleep.js": "^0.7.0", | ||
"webvr-polyfill-dpdb": "^1.0.9" | ||
"webvr-polyfill-dpdb": "^1.0.10" | ||
} | ||
} |
@@ -149,2 +149,7 @@ /* | ||
// If this rule is for a Samsung device, generalize the rule name, such that | ||
// it can capture all variants of Samsung line e.g. all variants of the | ||
// Galaxy S8 (SM-G950A, SM-G950T, etc.) can be captured by "SM-G950". | ||
if (rule.ua && rule.ua.substring(0, 2) === 'SM') rule.ua = rule.ua.substring(0, 7); | ||
// If our user agent string doesn't contain the indicated user agent string, | ||
@@ -151,0 +156,0 @@ // the match fails. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
422014
7679
Updatedwebvr-polyfill-dpdb@^1.0.10