screenfull
Advanced tools
Comparing version 3.1.0 to 3.2.0
/*! | ||
* screenfull | ||
* v3.0.2 - 2017-03-13 | ||
* v3.2.0 - 2017-04-16 | ||
* (c) Sindre Sorhus; MIT License | ||
@@ -9,2 +9,3 @@ */ | ||
var document = typeof window === 'undefined' ? {} : window.document; | ||
var isCommonjs = typeof module !== 'undefined' && module.exports; | ||
@@ -25,3 +26,3 @@ var keyboardAllowed = typeof Element !== 'undefined' && 'ALLOW_KEYBOARD_INPUT' in Element; | ||
], | ||
// new WebKit | ||
// New WebKit | ||
[ | ||
@@ -36,3 +37,3 @@ 'webkitRequestFullscreen', | ||
], | ||
// old WebKit (Safari 5.1) | ||
// Old WebKit (Safari 5.1) | ||
[ | ||
@@ -39,0 +40,0 @@ 'webkitRequestFullScreen', |
{ | ||
"name": "screenfull", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
"load-grunt-tasks": "^3.3.0", | ||
"xo": "*" | ||
"xo": "^0.16.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "scripts": { |
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
11552
136