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 4.0.1 to 4.1.0

dist/screenfull.d.ts

3

dist/screenfull.js
/*!
* screenfull
* v4.0.1 - 2019-02-18
* v4.1.0 - 2019-03-19
* (c) Sindre Sorhus; MIT License

@@ -184,2 +184,3 @@ */

module.exports = screenfull;
module.exports.default = screenfull;
} else {

@@ -186,0 +187,0 @@ window.screenfull = screenfull;

{
"name": "screenfull",
"version": "4.0.1",
"version": "4.1.0",
"description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.",

@@ -12,8 +12,13 @@ "license": "MIT",

},
"main": "dist/screenfull.js",
"engines": {
"node": ">=0.10.0"
},
"main": "dist/screenfull.js",
"scripts": {
"pretest": "grunt",
"test": "xo && tsd-check"
},
"files": [
"dist/screenfull.js"
"dist/screenfull.js",
"dist/screenfull.d.ts"
],

@@ -27,9 +32,9 @@ "keywords": [

"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"load-grunt-tasks": "^4.0.0",
"tsd-check": "^0.5.0",
"xo": "^0.16.0"
},
"scripts": {
"test": "xo"
},
"types": "dist/screenfull.d.ts",
"xo": {

@@ -36,0 +41,0 @@ "envs": [

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