Socket
Socket
Sign inDemoInstall

@types/leaflet.gridlayer.googlemutant

Package Overview
Dependencies
2
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

13

leaflet.gridlayer.googlemutant/index.d.ts

@@ -9,9 +9,9 @@ // Type definitions for leaflet.gridlayer.googlemutant 0.4

declare namespace L.gridLayer {
export interface GoogleMutant extends L.GridLayer {
interface GoogleMutant extends L.GridLayer {
setElementSize(e: HTMLElement, size: L.Point): void ;
}
export type GoogleMutantType = 'roadmap' | 'satellite' | 'terrain' | 'hybrid';
type GoogleMutantType = 'roadmap' | 'satellite' | 'terrain' | 'hybrid';
export interface GoogleMutantStyler {
interface GoogleMutantStyler {
hue?: string;

@@ -32,4 +32,3 @@ lightness?: number;

*/
export interface GoogleMutantStyle {
interface GoogleMutantStyle {
/**

@@ -51,3 +50,3 @@ * https://developers.google.com/maps/documentation/javascript/style-reference#style-features

export interface GoogleMutantOptions extends L.TileLayerOptions {
interface GoogleMutantOptions extends L.TileLayerOptions {
minZoom?: number;

@@ -80,3 +79,3 @@ maxZoom?: number;

export function googleMutant(options?: GoogleMutantOptions): GoogleMutant;
function googleMutant(options?: GoogleMutantOptions): GoogleMutant;
}
{
"name": "@types/leaflet.gridlayer.googlemutant",
"version": "0.4.0",
"version": "0.4.1",
"description": "TypeScript definitions for leaflet.gridlayer.googlemutant",
"license": "MIT",
"author": "Ernest Rhinozeros <https://github.com/ernest-rhinozeros>",
"contributors": [
{
"name": "Ernest Rhinozeros",
"url": "https://github.com/ernest-rhinozeros"
}
],
"main": "",

@@ -17,4 +22,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "0a390eb05ebfa81418167b97a0c3746b081bc877d22b25c5229e7de154437506",
"typesPublisherContentHash": "00aef6fa6824dc81c9020b0a378973c1626db9c436da93b00e34e884712e74b7",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 10 Feb 2017 00:43:43 GMT
* Last updated: Fri, 24 Mar 2017 15:49:53 GMT
* Dependencies: leaflet

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc