screenfull
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -51,2 +51,6 @@ /* eslint-disable promise/prefer-await-to-then */ | ||
const nativeAPI = (() => { | ||
if (typeof document === 'undefined') { | ||
return false; | ||
} | ||
const unprefixedMethods = methodMap[0]; | ||
@@ -53,0 +57,0 @@ const returnValue = {}; |
{ | ||
"name": "screenfull", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
17802
279