New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.19 to 1.0.20

tests/helpers/map.js

7

package.json
{
"name": "leaflet-editable-textbox",
"version": "1.0.19",
"version": "1.0.20",
"description": "TextBox for Leaflet.Editable",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"test": "browserify tests/*.test.js | tape-run",
"watch": "watchify -v -d -s L.Editable.Textbox ./demo/js/index.js -o ./demo/js/build.js",

@@ -37,3 +37,4 @@ "build-js": "browserify -v -d -s L.Editable.Textbox -u leaflet -u leaflet-editable ./index.js -o ./dist/L.Editable.Textbox-src.js",

"serve": "^1.4.0",
"tape": "^4.4.0",
"tape": "^4.6.0",
"tape-run": "^2.1.4",
"uglifyjs": "^2.4.10",

@@ -40,0 +41,0 @@ "watchify": "^3.7.0",

@@ -1,2 +0,2 @@

# leaflet-schematic-textBox
# leaflet-schematic-textBox [![npm version](https://badge.fury.io/js/leaflet-editable-textbox.svg)](https://badge.fury.io/js/leaflet-editable-textbox) [![CircleCI](https://circleci.com/gh/rumax/Leaflet.Editable.TextBox.svg?style=svg)](https://circleci.com/gh/rumax/Leaflet.Editable.TextBox)

@@ -3,0 +3,0 @@ This is a TextBox component for [https://github.com/rumax/leaflet-schematic](https://github.com/rumax/leaflet-schematic) based on [https://github.com/Leaflet/Leaflet.Editable](https://github.com/Leaflet/Leaflet.Editable).

@@ -70,3 +70,3 @@ /**

if (this._text) {
this._container.innerHTML = this._text;
this._container.value = this._text;
}

@@ -73,0 +73,0 @@

Sorry, the diff of this file is not supported yet

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