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.45 to 1.0.46

11

leaflet/index.d.ts

@@ -9,2 +9,3 @@ // Type definitions for Leaflet.js 1.0.2

type NativeMouseEvent = MouseEvent;
type NativeKeyboardEvent = KeyboardEvent;

@@ -1141,2 +1142,6 @@ declare namespace L {

export interface KeyboardEvent extends Event {
originalEvent: NativeKeyboardEvent;
}
export interface LocationEvent extends Event {

@@ -1199,2 +1204,8 @@ latlng: LatLng;

export interface ZoomAnimEvent extends Event {
center: LatLng;
zoom: number;
noUpdate: boolean;
}
export namespace DomEvent {

@@ -1201,0 +1212,0 @@ export function on(el: HTMLElement, types: string, fn: (ev: Event) => any, context?: any): typeof DomEvent;

4

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

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

"peerDependencies": {},
"typesPublisherContentHash": "cc8d024687aeed6cc93b71493c00b6efb0f8e0fddb88d3ea836a0c4a6ab3f91c",
"typesPublisherContentHash": "1d37f369f0fcd3646aa9f532bdc7e8a891d53d1a9ba3b7332f48156a54823dd5",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 11 Jan 2017 02:14:38 GMT
* Last updated: Fri, 13 Jan 2017 15:26:46 GMT
* Dependencies: geojson

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

@@ -10,2 +10,3 @@ {

},
"pathMappings": {},
"libraryMajorVersion": 1,

@@ -28,5 +29,5 @@ "libraryMinorVersion": 0,

"hasPackageJson": true,
"contentHash": "cc8d024687aeed6cc93b71493c00b6efb0f8e0fddb88d3ea836a0c4a6ab3f91c"
"contentHash": "1d37f369f0fcd3646aa9f532bdc7e8a891d53d1a9ba3b7332f48156a54823dd5"
},
"isLatest": true
}
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