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

react-leaflet-editable-popup

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-leaflet-editable-popup - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

24

build/EditablePopup.js

@@ -111,3 +111,7 @@ "use strict";

} else {
_this.thePopup._source.remove();
if (_this.props.v2) {
_this.thePopup.leafletElement._source.remove();
} else {
_this.thePopup._source.remove();
}
}

@@ -132,9 +136,19 @@ });

setTimeout(function () {
_this2.thePopup._source.openPopup();
if (_this2.props.v2) {
_this2.thePopup.leafletElement._source.openPopup();
} else {
_this2.thePopup._source.openPopup();
}
}, 1);
}
this.setState({
nametag: this.props.nametag || this.thePopup._source.nametag
});
if (this.props.v2) {
this.setState({
nametag: this.props.nametag || this.thePopup.leafletElement._source.nametag
});
} else {
this.setState({
nametag: this.props.nametag || this.thePopup._source.nametag
});
}
}

@@ -141,0 +155,0 @@ }, {

{
"name": "react-leaflet-editable-popup",
"version": "2.0.1",
"version": "2.0.2",
"description": "An editable popup component for react-leaflet",
"main": "build/ReactLeafletEditablePopup.js",
"main": "build/EditablePopup.js",
"scripts": {

@@ -7,0 +7,0 @@ "start": "webpack --watch",

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