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.35.1 to 0.35.2

8

mapbox-gl/index.d.ts

@@ -516,3 +516,4 @@ // Type definitions for Mapbox GL JS v0.35.1

*/
export class VideoSource implements Source, VideoSourceOptions {
export interface VideoSource extends VideoSourceOptions { }
export class VideoSource implements Source {
type: "video";

@@ -536,3 +537,4 @@

*/
export class ImageSource implements Source, ImageSourceOptions {
export interface ImageSource extends ImageSourceOptions { }
export class ImageSource implements Source {
type: "image";

@@ -1043,3 +1045,3 @@

"circle-radius-transition"?: Transition;
"circle-color"?: number | StyleFunction;
"circle-color"?: string;
"circle-blur"?: number | StyleFunction;

@@ -1046,0 +1048,0 @@ "circle-opacity"?: number | StyleFunction;

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

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

"peerDependencies": {},
"typesPublisherContentHash": "a38bdff903b268edd2460f556b79bd2dfefb18bef99cc08496900c373a60aa90",
"typesPublisherContentHash": "18159c501b2bca5b64dfc588928721f646377d8cfefc5719acff823728d13b79",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 02 Jun 2017 13:25:33 GMT
* Last updated: Mon, 05 Jun 2017 19:55:52 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