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

@types/leaflet-draw

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/leaflet-draw - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

28

leaflet-draw/index.d.ts

@@ -175,3 +175,3 @@ // Type definitions for leaflet-draw 0.4

*/
shapeOptions?: L.PathOptions;
shapeOptions?: PathOptions;

@@ -192,3 +192,3 @@ /**

*/
shapeOptions?: L.PathOptions;
shapeOptions?: PathOptions;

@@ -209,3 +209,3 @@ /**

*/
icon?: L.Icon;
icon?: Icon;

@@ -234,3 +234,3 @@ /**

*/
selectedPathOptions?: L.PathOptions;
selectedPathOptions?: PathOptions;
}

@@ -261,3 +261,3 @@

namespace DrawEvents {
interface Created extends L.Event {
interface Created extends Event {
/**

@@ -274,3 +274,3 @@ * Layer that was just created.

interface Edited extends L.Event {
interface Edited extends Event {
/**

@@ -285,3 +285,3 @@ * List of all layers just edited on the map.

*/
interface Deleted extends L.Event {
interface Deleted extends Event {
/**

@@ -293,3 +293,3 @@ * List of all layers just removed from the map.

interface DrawStart extends L.Event {
interface DrawStart extends Event {
/**

@@ -301,3 +301,3 @@ * The type of layer this is. One of: polyline, polygon, rectangle, circle, marker

interface DrawStop extends L.Event {
interface DrawStop extends Event {
/**

@@ -309,3 +309,3 @@ * The type of layer this is. One of: polyline, polygon, rectangle, circle, marker

interface EditStart extends L.Event {
interface EditStart extends Event {
/**

@@ -317,3 +317,3 @@ * The type of edit this is. One of: edit

interface EditStop extends L.Event {
interface EditStop extends Event {
/**

@@ -325,3 +325,3 @@ * The type of edit this is. One of: edit

interface DeleteStart extends L.Event {
interface DeleteStart extends Event {
/**

@@ -333,3 +333,3 @@ * The type of edit this is. One of: remove

interface DeleteStop extends L.Event {
interface DeleteStop extends Event {
/**

@@ -346,3 +346,3 @@ * The type of edit this is. One of: remove

*/
function geodesicArea(coordinates: L.LatLngLiteral[]): number;
function geodesicArea(coordinates: LatLngLiteral[]): number;

@@ -349,0 +349,0 @@ /**

{
"name": "@types/leaflet-draw",
"version": "0.4.6",
"version": "0.4.7",
"description": "TypeScript definitions for leaflet-draw",

@@ -25,5 +25,4 @@ "license": "MIT",

},
"peerDependencies": {},
"typesPublisherContentHash": "a65ca77671e67fe93307c69b1a9c92602104009f83ed50eebaf580395db07034",
"typesPublisherContentHash": "a614e2cb64630082321ce8baa847adebb8bb3f95cacc00c81b752c03439ab022",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 05 Jul 2017 14:31:12 GMT
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT
* Dependencies: leaflet

@@ -14,0 +14,0 @@ * Global values: L

Sorry, the diff of this file is not supported yet

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