@types/leaflet
Advanced tools
Comparing version 1.2.0 to 1.2.1
// Type definitions for Leaflet.js 1.2 | ||
// Project: https://github.com/Leaflet/Leaflet | ||
// Definitions by: Alejandro Sánchez <https://github.com/alejo90> | ||
// Arne Schubert <https://github.com/atd-schubert> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -1398,2 +1399,3 @@ // TypeScript Version: 2.3 | ||
popupAnchor?: PointExpression; | ||
tooltipAnchor?: PointExpression; | ||
shadowUrl?: string; | ||
@@ -1400,0 +1402,0 @@ shadowRetinaUrl?: string; |
{ | ||
"name": "@types/leaflet", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TypeScript definitions for Leaflet.js", | ||
@@ -11,2 +11,7 @@ "license": "MIT", | ||
"githubUsername": "alejo90" | ||
}, | ||
{ | ||
"name": "Arne Schubert", | ||
"url": "https://github.com/atd-schubert", | ||
"githubUsername": "atd-schubert" | ||
} | ||
@@ -23,4 +28,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "f2624f38c8716fc43a6c262fc52ed31449ecda952d58afbf2c3593a423d1216d", | ||
"typesPublisherContentHash": "edd7ddbdb106a0dbdb35d0a3099814e4c4ba30b571d5658163c6c4b52d281646", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 29 Aug 2017 21:31:37 GMT | ||
* Last updated: Wed, 25 Oct 2017 01:03:56 GMT | ||
* Dependencies: geojson | ||
@@ -17,2 +17,2 @@ * Global values: L | ||
# Credits | ||
These definitions were written by Alejandro Sánchez <https://github.com/alejo90>. | ||
These definitions were written by Alejandro Sánchez <https://github.com/alejo90>, Arne Schubert <https://github.com/atd-schubert>. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51871
1267