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

leaflet-editable-textbox

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-editable-textbox - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"name": "leaflet-editable-textbox",
"version": "1.0.12",
"version": "1.0.13",
"description": "TextBox for Leaflet.Editable",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -52,2 +52,17 @@

/**
* @param {L.Map} map
*/
onRemove: function(map) {
if (null !== this._textNode) {
if (null !== this._textNode.parentNode) {
this._textNode.parentNode.removeChild(this._textNode);
}
this._textNode = null;
}
L.Rectangle.prototype.onRemove.call(this, map);
},
_renderText: function() {

@@ -54,0 +69,0 @@ if (this._renderer) {

Sorry, the diff of this file is too big to display

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