Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

screenfull

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screenfull - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

7

dist/screenfull.js
/*!
* 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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc