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.18 to 1.0.19

2

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

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

@@ -86,4 +86,4 @@ L.TextBox = L.Rectangle.extend({

_renderText: function() {
if (this._renderer) {
if (0 < this._text.length) {
if (this._renderer && true === this._map.hasLayer(this)) {
if (0 < this.getText().length) {
var options = this.options;

@@ -90,0 +90,0 @@ var rendered = new L.SVG.TextToSvg(this.getText(), {

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