Socket
Socket
Sign inDemoInstall

vue2-leaflet-fullscreen

Package Overview
Dependencies
15
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "vue2-leaflet-fullscreen",
"version": "1.0.0",
"version": "1.0.1",
"description": "Leaflet.fullscreen component for Vue2Leaflet",

@@ -21,5 +21,5 @@ "main": "LControlFullscreen.vue",

"dependencies": {
"leaflet-fullscreen": "https://github.com/Leaflet/Leaflet.fullscreen",
"leaflet-fullscreen": "^1.0.2",
"vue2-leaflet": "^2.0.0"
}
}

@@ -36,3 +36,5 @@ # vue2-leaflet-fullscreen

<l-map>
<l-control-fullscreen :options="{ 'false': 'Go big!', 'true': 'Be regular' }" position="topleft"/>
<l-control-fullscreen position="topleft"
:options="{ title: { 'false': 'Go big!', 'true': 'Be regular' } }"
/>
<!-- other map components -->

@@ -39,0 +41,0 @@ </l-map>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc