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

@2gis/mapgl

Package Overview
Dependencies
Maintainers
8
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.36.0 to 1.37.0

types/bss/types.d.ts

2

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

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

@@ -1,3 +0,1 @@

export interface BssAdsPriority {
adsPriority?: 'city';
}
export {};

@@ -7,6 +7,11 @@ export declare const MAPGL_SCRIPT_URL: string;

export declare const defaultMapGLTileServer: string;
/**
* Боевой url до BSS-приемника.
* Для тестов нужно использовать https://casino-bss-receiver-api-qa.k8s.2gis.dev/bss/validate/3
* и исправить код сообщения на 212 (тестовое сообщение view).
*/
export declare const defaultBssUrl = "https://s1.bss.2gis.com/bss/3";
export declare const defaultOnpremStyleOptions: {
iconsPath: string;
iconsPathForMap: string;
fontsPath: string;
};

@@ -31,6 +31,2 @@ export declare type InterpolateExpression<T extends number | string> = [

/**
* @hidden
*/
iconsPathForMap?: string;
/**
* The url to the fonts.

@@ -37,0 +33,0 @@ */

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