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

react-leaflet-control

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-leaflet-control - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

6

dist/Control.Dumb.js

@@ -16,4 +16,6 @@ 'use strict';

onAdd: function onAdd(map) {
return _leaflet.DomUtil.create('div', this.options.className);
onAdd: function (map) {
var _controlDiv = _leaflet.DomUtil.create('div', this.options.className);
_leaflet.DomEvent.disableClickPropagation(_controlDiv);
return _controlDiv;
},

@@ -20,0 +22,0 @@

{
"name": "react-leaflet-control",
"version": "1.1.2",
"version": "1.2.0",
"description": "Dumb Empty Component for control with react leaflet",

@@ -5,0 +5,0 @@ "main": "dist/control.js",

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