Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@2gis/mapgl

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2gis/mapgl - npm Package Compare versions

Comparing version 1.52.0 to 1.53.0

2

package.json
{
"name": "@2gis/mapgl",
"version": "1.52.0",
"version": "1.53.0",
"description": "MapGL API script loader with typings",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -386,3 +386,3 @@ import { Style } from './styles';

*/
style: string;
style: string | Style;
}

@@ -389,0 +389,0 @@ /**

@@ -7,3 +7,3 @@ import { LngLatBounds } from '../objects/lngLatBounds';

import { GeoJsonSource } from '../sources/geoJsonSource';
export type DiscardApplyOptions = 'maxBounds' | 'styleZoom' | 'modelsTilesUrl' | 'modelsTileSet' | 'defaultSourceModelsRootUrl' | 'defaultSourceModelsAppearStrategy' | 'sessionId' | 'tileSessionId' | 'tileServerDefaultLang' | 'keepCenterWhileUserZoomRotate' | 'preserveDrawingBuffer' | 'useRtlTextPlugin' | 'rtlPluginUrl' | 'rtlPluginHash' | 'commercialPoiRandomSeed' | 'disableSurvivedPoiPrevalence' | 'webglVersion' | 'disableBssStatistics' | 'disableBssStatisticsForCommPoi' | 'bssUrl' | 'disableAntiAliasing' | 'key' | 'zoomControl' | 'trafficControl' | 'scaleControl' | 'floorControl' | 'copyright' | 'interactiveCopyright' | 'autoHideOSMCopyright' | 'controlsLayoutPadding' | 'styleState' | 'styleOptions' | 'styleServer' | 'tileServer' | 'tileProtocol' | 'tileSet' | 'commercialTileSet' | 'trafficServer' | 'trafficProtocol' | 'floorsEnabled' | 'floorsUrl' | 'disableAnalytics' | 'subdomains' | 'metroControl' | 'cameraConfig' | 'trafficMinZoom' | 'trafficMaxZoom' | 'trafficMaxDetailLevel';
export type DiscardApplyOptions = 'maxBounds' | 'styleZoom' | 'modelsTilesUrl' | 'modelsTileSet' | 'defaultSourceModelsRootUrl' | 'defaultSourceModelsAppearStrategy' | 'sessionId' | 'tileSessionId' | 'tileServerDefaultLang' | 'keepCenterWhileUserZoomRotate' | 'preserveDrawingBuffer' | 'useRtlTextPlugin' | 'rtlPluginUrl' | 'rtlPluginHash' | 'commercialPoiRandomSeed' | 'disableSurvivedPoiPrevalence' | 'webglVersion' | 'disableBssStatistics' | 'disableBssStatisticsForCommPoi' | 'bssUrl' | 'disableAntiAliasing' | 'key' | 'zoomControl' | 'trafficControl' | 'scaleControl' | 'floorControl' | 'copyright' | 'interactiveCopyright' | 'autoHideOSMCopyright' | 'controlsLayoutPadding' | 'styleState' | 'styleOptions' | 'styleServer' | 'tileServer' | 'tileProtocol' | 'tileSet' | 'commercialTileSet' | 'trafficServer' | 'trafficProtocol' | 'floorsEnabled' | 'floorsUrl' | 'disableAnalytics' | 'subdomains' | 'metroControl' | 'cameraConfig' | 'trafficMinZoom' | 'trafficMaxZoom' | 'trafficMaxDetailLevel' | 'bssHostAppParams';
/**

@@ -10,0 +10,0 @@ * Map initialization options.

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