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

leaflet-lasso

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-lasso - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "leaflet-lasso",
"version": "1.0.0",
"version": "1.0.1",
"description": "Leaflet plugin for lasso selection",

@@ -5,0 +5,0 @@ "author": "Jan Zak <zj@zakjan.cz>",

@@ -9,3 +9,4 @@ # leaflet-lasso

- L.Control
- support also other layer types, not just markers (with @turf/intersect)
- support markers hidden by L.MarkerClusterGroup
- support also other layer types, not just markers (with @turf/intersect)
- add L.Control

@@ -11,4 +11,4 @@ import * as L from 'leaflet';

export interface LassoSelectedEvent extends LeafletEvent {
polygon: LatLng[];
export interface LassoFinishedEvent extends LeafletEvent {
latLngs: LatLng[];
layers: Layer[];

@@ -15,0 +15,0 @@ }

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