Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@types/mapbox-gl

Package Overview
Dependencies
1
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.39.6 to 0.40.0

12

mapbox-gl/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for Mapbox GL JS v0.39.1
// Type definitions for Mapbox GL JS v0.40.1
// Project: https://github.com/mapbox/mapbox-gl-js

@@ -90,3 +90,3 @@ // Definitions by: Dominik Bruderer <https://github.com/dobrud>, Patrick Reames <https://github.com/patrickr>

setFilter(layer: string, filter: any[]): this;
setFilter(layer: string, filter?: any[]): this;

@@ -228,3 +228,3 @@ setLayerZoomRange(layerId: string, minzoom: number, maxzoom: number): this;

logoPosition?: boolean;
logoPosition?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';

@@ -949,3 +949,3 @@ /** If set, the map is constrained to the given bounds. */

"fill-color"?: string | StyleFunction;
"fill-outline-color": string | StyleFunction;
"fill-outline-color"?: string | StyleFunction;
"fill-translate"?: number[];

@@ -964,5 +964,5 @@ "fill-translate-anchor"?: "map" | "viewport";

"fill-extrusion-translate-anchor"?: "map" | "viewport";
"fill-extrusion-pattern": string;
"fill-extrusion-pattern"?: string;
"fill-extrusion-height"?: number | StyleFunction;
"fill-extrusion-base"?: number;
"fill-extrusion-base"?: number | StyleFunction;
}

@@ -969,0 +969,0 @@

{
"name": "@types/mapbox-gl",
"version": "0.39.6",
"version": "0.40.0",
"description": "TypeScript definitions for Mapbox GL JS",

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

},
"typesPublisherContentHash": "c321fb2bc73218df28f4c3731b95c0afd91a9874e36373a0128060b4707501ae",
"typesPublisherContentHash": "c924ea061121b81e123cbeb7670a24bc5271833674997d914bfb4677dd4ee058",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 20 Sep 2017 22:08:06 GMT
* Last updated: Mon, 16 Oct 2017 20:11:07 GMT
* Dependencies: geojson

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

Sorry, the diff of this file is not supported yet

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