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.44.3 to 0.44.4

14

mapbox-gl/index.d.ts

@@ -29,17 +29,9 @@ // Type definitions for Mapbox GL JS v0.44.1

addControl(control: Control, position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left'): this;
addControl(control: IControl, position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left'): this;
removeControl(control: Control): this;
removeControl(control: IControl): this;
addClass(klass: string, options?: mapboxgl.StyleOptions): this;
removeClass(klass: string, options?: mapboxgl.StyleOptions): this;
setClasses(klasses: string[], options?: mapboxgl.StyleOptions): this;
hasClass(klass: string): boolean;
getClasses(): string[];

@@ -417,2 +409,3 @@

constructor(options?: { positionOptions?: PositionOptions, fitBoundsOptions?: FitBoundsOptions, trackUserLocation?: boolean, showUserLocation?: boolean });
trigger(): boolean;
}

@@ -1108,2 +1101,3 @@

'circle-opacity'?: number | StyleFunction | Expression;
'circle-opacity-transition'?: Transition;
'circle-translate'?: number[] | Expression;

@@ -1110,0 +1104,0 @@ 'circle-translate-anchor'?: 'map' | 'viewport';

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

@@ -21,3 +21,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},

@@ -28,4 +28,4 @@ "scripts": {},

},
"typesPublisherContentHash": "4e86e9e2f7b9a054e7fac08258ae56526bf2fda374299225e59ca448dcf7c1f1",
"typesPublisherContentHash": "83c3d4bdfc6e39de34e376ce85edce1d6fe72b24981aa1be4456df05c15f5015",
"typeScriptVersion": "2.3"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox-gl
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/mapbox-gl
Additional Details
* Last updated: Thu, 19 Apr 2018 23:47:49 GMT
* Last updated: Tue, 08 May 2018 16:41:34 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc