Socket
Socket
Sign inDemoInstall

@types/leaflet

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/leaflet - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

10

leaflet/index.d.ts

@@ -629,3 +629,3 @@ // Type definitions for Leaflet.js 1.4

lineJoin?: LineJoinShape;
dashArray?: string;
dashArray?: string | number[];
dashOffset?: string;

@@ -1138,2 +1138,4 @@ fill?: boolean;

maxHeight?: number;
keepInView?: boolean;
closeButton?: boolean;
autoPan?: boolean;

@@ -1143,6 +1145,5 @@ autoPanPaddingTopLeft?: PointExpression;

autoPanPadding?: PointExpression;
keepInView?: boolean;
closeButton?: boolean;
autoClose?: boolean;
closeOnClick?: boolean;
closeOnEscapeKey?: boolean;
}

@@ -1540,2 +1541,5 @@

riseOffset?: number;
autoPan?: boolean;
autoPanSpeed?: number;
autoPanPadding?: PointExpression;
}

@@ -1542,0 +1546,0 @@

{
"name": "@types/leaflet",
"version": "1.4.2",
"version": "1.4.3",
"description": "TypeScript definitions for Leaflet.js",

@@ -38,4 +38,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "fd9e1dd5be64ea23db67eb9f10adc796e79b41c8c8a85066fab285954815369e",
"typesPublisherContentHash": "d6ab1715fa8311f4f2c70d725cb407e3f3c595161e94c7ee85caaeeb496578cc",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 13 Feb 2019 02:23:30 GMT
* Last updated: Thu, 21 Feb 2019 18:40:08 GMT
* Dependencies: @types/geojson

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

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