screenfull
Advanced tools
Comparing version 4.0.1 to 4.1.0
/*! | ||
* 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": [ |
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
15765
5
234
7