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

leaflet.fullscreen

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet.fullscreen - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

2

bower.json
{
"name": "leaflet.fullscreen",
"version": "1.4.2",
"version": "1.4.3",
"homepage": "https://github.com/brunob/leaflet.fullscreen",

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

@@ -158,3 +158,3 @@ (function () {

case '':
return document.fullScreen;
return document.fullscreen;
case 'webkit':

@@ -161,0 +161,0 @@ return document.webkitIsFullScreen;

{
"name": "leaflet.fullscreen",
"version": "1.4.2",
"version": "1.4.3",
"description": "Simple plugin for Leaflet that adds fullscreen button to your maps.",

@@ -5,0 +5,0 @@ "main": "Control.FullScreen.js",

@@ -47,4 +47,4 @@ Leaflet.Control.FullScreen

title: 'Show me the fullscreen !', // change the title of the button, default Full Screen
titleCancel: 'Exit fullscreen mode' // change the title of the button when fullscreen is on, default Exit Full Screen
content: null // change the content of the button, can be HTML, default null
titleCancel: 'Exit fullscreen mode', // change the title of the button when fullscreen is on, default Exit Full Screen
content: null, // change the content of the button, can be HTML, default null
forceSeparateButton: true, // force seperate button to detach from zoom buttons, default false

@@ -51,0 +51,0 @@ forcePseudoFullscreen: true, // force use of pseudo full screen even if full screen API is available, default false

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