Socket
Socket
Sign inDemoInstall

@types/leaflet

Package Overview
Dependencies
Maintainers
1
Versions
137
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.0.60 to 1.0.61

leaflet/LICENSE

2

leaflet/index.d.ts

@@ -1375,5 +1375,7 @@ // Type definitions for Leaflet.js 1.0

wrapLatLng(latlng: LatLngExpression): LatLng;
wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds;
distance(latlng1: LatLngExpression, latlng2: LatLngExpression): number;
containerPointToLayerPoint(point: PointExpression): Point;
layerPointToContainerPoint(point: PointExpression): Point;
containerPointToLatLng(point: PointExpression): LatLng;
latLngToContainerPoint(latlng: LatLngExpression): Point;

@@ -1380,0 +1382,0 @@ mouseEventToContainerPoint(ev: MouseEvent): Point;

4

leaflet/package.json
{
"name": "@types/leaflet",
"version": "1.0.60",
"version": "1.0.61",
"description": "TypeScript definitions for Leaflet.js",

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

"peerDependencies": {},
"typesPublisherContentHash": "f38899edaebaa1e06e0135067dcee809b697eccfd6949b8c6a2eec2c48899788",
"typesPublisherContentHash": "605f1f2841bf99430776312dd8c383d7a2c23ce752eead4e5f5004063c09c4d9",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 04 Apr 2017 17:21:52 GMT
* Last updated: Mon, 22 May 2017 17:20:15 GMT
* Dependencies: 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