New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fullscreen-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fullscreen-polyfill - npm Package Compare versions

Comparing version 1.0.0-rc.1 to 1.0.0

LICENSE.md

2

lib/fullscreen.polyfill.js
/*!
* fullscreen-polyfill
* 1.0.0-rc.1 - 5/21/2018
* 1.0.0 - 5/21/2018
* https://github.com/nguyenj/fullscreen-polyfill#readme

@@ -5,0 +5,0 @@ * (c) John Nguyen; MIT License

{
"name": "fullscreen-polyfill",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "A simple polyfill implementation of W3C's JavaScript Fullscreen API spec. Don't worry about the vendor specific Fullscreen API.",

@@ -5,0 +5,0 @@ "license": "MIT",

# fullscreen.polyfill.js
A simple polyfill implementation of W3C's [JavaScript Fullscreen API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API) spec. Don't worry about the vendor specific Fullscreen API.
A simple polyfill implementation of W3C's [JavaScript Fullscreen API](https://fullscreen.spec.whatwg.org/) spec. Don't worry about the vendor specific Fullscreen API.
The polyfill is created using the vendor specific Fullscreen API from [MDN's JavaScript Fullscreen API table prefixes](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API#Prefixing).
## Install
### npm
```
npm install --save
npm install --save fullscreen-polyfill
```
### yarn
```
yarn add fullscreen-polyfill
```
## [Browser support](https://caniuse.com/#feat=fullscreen)
## License
[MIT](https://github.com/nguyenj/fullscreen-polyfill/blob/master/LICENSE.md) © [John Nguyen](http://jnguyen.me)

Sorry, the diff of this file is not supported yet

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