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.3 to 1.4.4

3

leaflet/index.d.ts

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

// Roni Karilkar <https://github.com/ronikar>
// Sandra Frischmuth <https://github.com/sanfrisc>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -1396,3 +1397,3 @@ // TypeScript Version: 2.3

panTo(latlng: LatLngExpression, options?: PanOptions): this;
panBy(offset: PointExpression): this;
panBy(offset: PointExpression, options?: PanOptions): this;
setMaxBounds(bounds: LatLngBoundsExpression): this;

@@ -1399,0 +1400,0 @@ setMinZoom(zoom: number): this;

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

@@ -26,2 +26,7 @@ "license": "MIT",

"githubUsername": "ronikar"
},
{
"name": "Sandra Frischmuth",
"url": "https://github.com/sanfrisc",
"githubUsername": "sanfrisc"
}

@@ -33,3 +38,4 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/leaflet"
},

@@ -40,4 +46,4 @@ "scripts": {},

},
"typesPublisherContentHash": "d6ab1715fa8311f4f2c70d725cb407e3f3c595161e94c7ee85caaeeb496578cc",
"typesPublisherContentHash": "86217e5732f654f7d6f8421f4268ad5670f6f30dc6f2a092568731ca9c491cf7",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Thu, 21 Feb 2019 18:40:08 GMT
* Last updated: Wed, 17 Apr 2019 21:38:52 GMT
* Dependencies: @types/geojson

@@ -17,2 +17,2 @@ * Global values: L

# Credits
These definitions were written by Alejandro Sánchez <https://github.com/alejo90>, Arne Schubert <https://github.com/atd-schubert>, Michael Auer <https://github.com/mcauer>, Roni Karilkar <https://github.com/ronikar>.
These definitions were written by Alejandro Sánchez <https://github.com/alejo90>, Arne Schubert <https://github.com/atd-schubert>, Michael Auer <https://github.com/mcauer>, Roni Karilkar <https://github.com/ronikar>, Sandra Frischmuth <https://github.com/sanfrisc>.
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