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 to 1.0.1

dist/fullscreen.polyfill.js

24

package.json
{
"name": "fullscreen-polyfill",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple polyfill implementation of W3C's JavaScript Fullscreen API spec. Don't worry about the vendor specific Fullscreen API.",
"license": "MIT",
"main": "lib/fullscreen.polyfill.js",
"main": "dist/fullscreen.polyfill.js",
"files": [
"lib"
"dist"
],

@@ -24,8 +24,20 @@ "author": {

"scripts": {
"build": "rm -rf lib/ && rollup -c && mv dist/ lib",
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rm -rf lib/ && rollup -c",
"test": "karma start karma.conf.js"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.47",
"@babel/preset-es2015": "^7.0.0-beta.47",
"chai": "^4.1.2",
"karma": "^2.0.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-safari-launcher": "^1.0.0",
"mocha": "^5.2.0",
"rollup": "^0.59.2",
"rollup-plugin-minify-es": "^1.1.1"
"rollup-plugin-babel": "^4.0.0-beta.4",
"rollup-plugin-uglify": "^4.0.0"
},

@@ -32,0 +44,0 @@ "directories": {

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