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

@2gis/mapgl

Package Overview
Dependencies
Maintainers
4
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.11.2 to 1.11.3

2

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

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

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

*
* DEPRECATED! Will be removed in the next major release, use the `offset` option instead.
* @deprecated Deprecated! Will be removed in the next major release, use the `offset` option instead.
*/

@@ -350,3 +350,4 @@ anchor?: number[];

/**
* Draw order of the second line.
* Draw order of second line.
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different zIndex.
*/

@@ -356,6 +357,7 @@ zIndex2?: number;

* Draw order of third line.
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different zIndex.
*/
zIndex3?: number;
/**
* The first line width in pixels.
* The line width in pixels.
*/

@@ -365,2 +367,3 @@ width?: number | InterpolateExpression<number>;

* The second line width in pixels.
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different width.
*/

@@ -370,6 +373,7 @@ width2?: number | InterpolateExpression<number>;

* The third line width in pixels.
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different width.
*/
width3?: number | InterpolateExpression<number>;
/**
* The first line color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format.
* The line color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format.
*/

@@ -379,2 +383,3 @@ color?: string;

* The second line color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format.
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different color.
*/

@@ -384,5 +389,18 @@ color2?: string;

* The third line color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format.
* @deprecated Deprecated! Will be removed in the next major release, use additional Polyline to draw an extra line with a different color.
*/
color3?: string;
/**
* The length of the gap in pixels. The default gap length is equal to the dash length.
*/
gapLength?: number | InterpolateExpression<number>;
/**
* The gap color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format.
*/
gapColor?: string;
/**
* The length of the dash in pixels. If no dash length is specified, a polyline will be drawn.
*/
dashLength?: number | InterpolateExpression<number>;
/**
* Minimum display zoom level.

@@ -389,0 +407,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