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.9.1 to 1.10.0

types/types/styles.d.ts

2

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

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

import { LngLatBounds } from '../objects/lngLatBounds';
import { AnimationOptions } from './animations';
import { InterpolateExpression } from './styles';
/**

@@ -358,11 +359,11 @@ * Map initialization options.

*/
width?: number;
width?: number | InterpolateExpression<number>;
/**
* The second line width in pixels.
*/
width2?: number;
width2?: number | InterpolateExpression<number>;
/**
* The third line width in pixels.
*/
width3?: number;
width3?: number | InterpolateExpression<number>;
/**

@@ -369,0 +370,0 @@ * The first line color in hexadecimal RGB (`#ff0000`) or RGBA (`#ff0000ff`) format.

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