Socket
Socket
Sign inDemoInstall

@types/mapbox-gl

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mapbox-gl - npm Package Compare versions

Comparing version 0.51.10 to 0.51.11

12

mapbox-gl/index.d.ts

@@ -608,8 +608,16 @@ // Type definitions for Mapbox GL JS v0.51.0

/**
* Fullscreen
* FullscreenControl
*/
export class FullscreenControl extends Control {
constructor();
constructor(options?: FullscreenControlOptions | null);
}
export interface FullscreenControlOptions {
/**
* A compatible DOM element which should be made full screen.
* By default, the map container element will be made full screen.
*/
container?: HTMLElement | null;
}
/**

@@ -616,0 +624,0 @@ * Popup

4

mapbox-gl/package.json
{
"name": "@types/mapbox-gl",
"version": "0.51.10",
"version": "0.51.11",
"description": "TypeScript definitions for Mapbox GL JS",

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

},
"typesPublisherContentHash": "cb23221029541db88ecd3d7dddb7b63c4693662379325635aa9dfb7e594ed255",
"typesPublisherContentHash": "89b129be2dce6ef7dbbadecaa848e5e0917d10830fee967f859c3e01803422df",
"typeScriptVersion": "3.0"
}

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

Additional Details
* Last updated: Tue, 09 Jul 2019 00:42:15 GMT
* Last updated: Tue, 09 Jul 2019 23:57:58 GMT
* Dependencies: @types/geojson

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

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